mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-20 18:30:41 -05:00
3 lines
182 B
SQL
3 lines
182 B
SQL
UPDATE options SET name = 'openNoteContexts' WHERE name = 'openTabs';
|
|
UPDATE entity_changes SET entityId = 'openNoteContexts' WHERE entityName = 'options' AND entityId = 'openTabs';
|