trilium/db/migrations/0043__clear_sync_table.sql

3 lines
111 B
MySQL
Raw Normal View History

2017-11-22 11:11:27 +08:00
DELETE FROM sync;
UPDATE options SET opt_value = 0 WHERE opt_name IN ('last_synced_push', 'last_synced_pull');