diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-09 16:43:43 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-09 16:43:43 +0700 |
| commit | b9e49bb83f1514872b12a00f2d33112419c09c12 (patch) | |
| tree | 6388c02592dfcacf2e1fdc3b2c45732be30e0944 /import_user.ktr | |
| parent | dfb18ba8e7586bf660e514a4205969fac3d5dd47 (diff) | |
add field industry in partner
Diffstat (limited to 'import_user.ktr')
| -rw-r--r-- | import_user.ktr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import_user.ktr b/import_user.ktr index 2b669f1..7727c33 100644 --- a/import_user.ktr +++ b/import_user.ktr @@ -556,7 +556,7 @@ <schema_name/> </partitioning> <connection>erp indoteknik production (localhost)</connection> - <sql>select * from res_users --where write_date >= (now() - '5 days'::interval)</sql> + <sql>select * from res_users where write_date >= (now() - '5 days'::interval)</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> |
