mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08: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';
|