mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 18:08:13 +08:00
2 lines
177 B
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';
|