fix migration

This commit is contained in:
zadam 2023-07-18 23:23:52 +02:00
parent 83049c95c3
commit f8c9178c5d

View File

@ -1,2 +1,4 @@
DROP TABLE note_contents;
DROP TABLE note_revision_contents;
DELETE FROM entity_changes WHERE entityName IN ('note_contents', 'note_revision_contents');