trilium/migrations/0043__clear_sync_table.sql
2017-11-21 22:11:27 -05:00

3 lines
111 B
SQL

DELETE FROM sync;
UPDATE options SET opt_value = 0 WHERE opt_name IN ('last_synced_push', 'last_synced_pull');