chore(monorepo/server): missing initialization data

This commit is contained in:
Elian Doran
2025-04-18 13:07:26 +03:00
parent ea13565fc1
commit 4b109c17dc
22 changed files with 2 additions and 1 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';