remove recent notes from entity changes migration, #2842

(cherry picked from commit bbbad67764)
This commit is contained in:
zadam 2022-05-10 23:42:28 +02:00
parent 26e1ff4e16
commit 9a04a76672

View file

@ -0,0 +1,2 @@
-- 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';