mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
fixes and optimizations
This commit is contained in:
5
db/migrations/0177__cleanup_keyboard_shortcuts.sql
Normal file
5
db/migrations/0177__cleanup_keyboard_shortcuts.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM options WHERE name = 'keyboardShortcutsCreateNoteIntoInbox'; -- in case there is already one which shouldn't (except for in-dev documents)
|
||||
UPDATE options SET name = 'keyboardShortcutsCreateNoteIntoInbox' WHERE name = 'keyboardShortcutsCreateNoteIntoDayNote';
|
||||
|
||||
DELETE FROM options WHERE name = 'keyboardShortcutsShowAttributes';
|
||||
DELETE FROM entity_changes WHERE entityName = 'options' AND entityId = 'keyboardShortcutsShowAttributes';
|
||||
Reference in New Issue
Block a user