trilium/db/migrations/0188__set_hidden_branchId.sql
2021-12-21 16:12:59 +01:00

2 lines
91 B
SQL

UPDATE branches SET branchId = 'hidden' where parentNoteId = 'root' AND noteId = 'hidden';