trilium/db/migrations/0102__fix_sync_entityIds.sql

3 lines
99 B
MySQL
Raw Normal View History

DELETE FROM sync WHERE entityName = 'note_tree';
DELETE FROM sync WHERE entityName = 'attributes';