trilium/db/migrations/0195__remove_recent_notes_from_entity_changes.sql

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