gflewis / sndml3

ServiceNow Data Mart Loader: an application to load SQL databases from ServiceNow
MIT License
30 stars 19 forks source link

Unable to sync a table without sys_updated_on #5

Closed gflewis closed 4 years ago

gflewis commented 4 years ago

There are no plans to fix this issue. If a table does not have a sys_updated_on, it means that the records are never updated. You can keep the database in sync by using created: last (which will load all records created since the last run).