mirror of
https://github.com/zadam/trilium.git
synced 2025-01-06 07:13:48 +08:00
3 lines
177 B
MySQL
3 lines
177 B
MySQL
|
-- 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';
|