remove recent notes from entity changes migration, #2842

This commit is contained in:
zadam 2022-05-10 23:42:28 +02:00
parent 83afb89a16
commit bbbad67764

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