trilium/db/migrations/0195__remove_recent_notes_from_entity_changes.sql
zadam 9a04a76672 remove recent notes from entity changes migration, #2842
(cherry picked from commit bbbad6776468258355dcb9d821495f00cea1134c)
2022-05-10 23:45:28 +02:00

3 lines
177 B
SQL

-- removing potential remnants of recent notes in entity changes, see https://github.com/zadam/trilium/issues/2842
DELETE FROM entity_changes WHERE entityName = 'recent_notes';