summaryrefslogtreecommitdiff
path: root/import_product_product.ktr
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-09-11 18:37:05 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-09-11 18:37:05 +0700
commit495141890f516244d7d0b756f3b37b2f2d999105 (patch)
treeb5c8e39db6fd638da056a9bfeac7e633be3567fa /import_product_product.ktr
parent1ef99735feb84dbe33047fd54857cc4ae686f9cf (diff)
recovery 3
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 d133eb3..640a1a5 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>