mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
notes_tree now has note_tree_id so we stricly distinguish between working on notes or note trees
This commit is contained in:
1
migrations/0038__rename_start_node.sql
Normal file
1
migrations/0038__rename_start_node.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE options SET opt_name = 'start_note_tree_id' WHERE opt_name = 'start_node';
|
||||
Reference in New Issue
Block a user