summaryrefslogtreecommitdiff
path: root/import_account_move.ktr
diff options
context:
space:
mode:
Diffstat (limited to 'import_account_move.ktr')
-rw-r--r--import_account_move.ktr2
1 files changed, 1 insertions, 1 deletions
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 @@
<schema_name/>
</partitioning>
<connection>erp indoteknik production (localhost)</connection>
- <sql>select * from account_move</sql>
+ <sql>select * from account_move where write_date >= (now() - '5 days'::interval)</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>