fix revision rename DB migration

This commit is contained in:
zadam
2023-06-13 23:39:42 +02:00
parent ac56056f65
commit 2ebbc33081
7 changed files with 890 additions and 1360 deletions

View File

@@ -0,0 +1,2 @@
UPDATE options SET name = 'openNoteContexts' WHERE name = 'openTabs';
UPDATE entity_changes SET entityId = 'openNoteContexts' WHERE entityName = 'options' AND entityId = 'openTabs';