mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 11:39:37 +08:00
2 lines
182 B
SQL
2 lines
182 B
SQL
UPDATE options SET name = 'openNoteContexts' WHERE name = 'openTabs';
|
|
UPDATE entity_changes SET entityId = 'openNoteContexts' WHERE entityName = 'options' AND entityId = 'openTabs';
|