summaryrefslogtreecommitdiff
path: root/import_product_product.ktr
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-10-01 18:18:19 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-10-01 18:18:19 +0700
commit7880be96b110b68c0c88fd7363f16a2764cd2c31 (patch)
treebdf7c913b738596c1999d7eee1245efca82d4f4e /import_product_product.ktr
parent46742d881f0b2fabfbaaf5e823cea113625dbfa3 (diff)
back to original
Diffstat (limited to 'import_product_product.ktr')
-rw-r--r--import_product_product.ktr2
1 files changed, 1 insertions, 1 deletions
diff --git a/import_product_product.ktr b/import_product_product.ktr
index c5dbfc6..0942694 100644
--- a/import_product_product.ktr
+++ b/import_product_product.ktr
@@ -566,7 +566,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>