diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-09-11 15:19:28 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-09-11 15:19:28 +0700 |
| commit | 1ef99735feb84dbe33047fd54857cc4ae686f9cf (patch) | |
| tree | cc78e76b497e1a7bd3963c4e67f1c386a43c0345 /import_product_product.ktr | |
| parent | 0647074f2340c2c1e2c052a7db029067e05efad6 (diff) | |
recovery data
Diffstat (limited to 'import_product_product.ktr')
| -rw-r--r-- | import_product_product.ktr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import_product_product.ktr b/import_product_product.ktr index 640a1a5..d133eb3 100644 --- a/import_product_product.ktr +++ b/import_product_product.ktr @@ -697,7 +697,7 @@ pt.website_description as description, pt.weight from product_product pp join product_template pt on pt.id = pp.product_tmpl_id -where pp.write_date >= (now() - '5 days'::interval)</sql> +--where pp.write_date >= (now() - '5 days'::interval)</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> |
