From 7880be96b110b68c0c88fd7363f16a2764cd2c31 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Sun, 1 Oct 2023 18:18:19 +0700 Subject: back to original --- import_brand.ktr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'import_brand.ktr') diff --git a/import_brand.ktr b/import_brand.ktr index 122b864..1a16fb7 100644 --- a/import_brand.ktr +++ b/import_brand.ktr @@ -559,7 +559,7 @@ 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) +where xm.write_date >= (now() - '15 days'::interval) 0 N -- cgit v1.2.3