From 2b6d84bdf139f8f99ac554dc7b00db2d2df2c079 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 25 Sep 2023 17:10:40 +0700 Subject: add interval --- import_account_move.ktr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'import_account_move.ktr') diff --git a/import_account_move.ktr b/import_account_move.ktr index ebb2fe6..040990d 100644 --- a/import_account_move.ktr +++ b/import_account_move.ktr @@ -556,7 +556,7 @@ erp indoteknik production (localhost) - select * from account_move + select * from account_move where write_date >= (now() - '5 days'::interval) 0 N -- cgit v1.2.3