Add incremental import support and tracking for database synchronization
This commit is contained in:
@@ -156,7 +156,7 @@ async function resetDatabase() {
|
||||
SELECT GROUP_CONCAT(table_name) as tables
|
||||
FROM information_schema.tables
|
||||
WHERE table_schema = DATABASE()
|
||||
AND table_name != 'users'
|
||||
AND table_name NOT IN ('users', 'import_history')
|
||||
`);
|
||||
|
||||
if (!tables[0].tables) {
|
||||
|
||||
Reference in New Issue
Block a user