mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-23 04:12:35 +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';
|