trilium/db/migrations/0195__remove_recent_notes_from_entity_changes.sql

3 lines
177 B
MySQL
Raw Normal View History

-- 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';