trilium/db/migrations/0071__fix_sync_entity_names.sql

3 lines
232 B
MySQL
Raw Normal View History

UPDATE sync SET entityName = 'note_images' WHERE entityName = 'notes_image';
UPDATE sync SET entityName = 'note_tree' WHERE entityName = 'notes_tree';
UPDATE sync SET entityName = 'note_revisions' WHERE entityName = 'notes_history';