summaryrefslogtreecommitdiff
path: root/import_brand.ktr
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-09-11 15:19:28 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-09-11 15:19:28 +0700
commit1ef99735feb84dbe33047fd54857cc4ae686f9cf (patch)
treecc78e76b497e1a7bd3963c4e67f1c386a43c0345 /import_brand.ktr
parent0647074f2340c2c1e2c052a7db029067e05efad6 (diff)
recovery data
Diffstat (limited to 'import_brand.ktr')
-rw-r--r--import_brand.ktr2
1 files changed, 1 insertions, 1 deletions
diff --git a/import_brand.ktr b/import_brand.ktr
index cc956af..e24b1a4 100644
--- a/import_brand.ktr
+++ b/import_brand.ktr
@@ -622,7 +622,7 @@
<sql>select id, x_name, x_manufacture_level,
(select x_name from x_manufactures xm2 where xm2.id = xm.parent_id) as parent, pricing_group
from x_manufactures xm
-where xm.write_date >= (now() - '15 days'::interval)</sql>
+--where xm.write_date >= (now() - '15 days'::interval)</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>