Notes/db/migrations/0188__set_hidden_branchId.sql

2 lines
91 B
MySQL
Raw Normal View History

2021-12-21 16:12:59 +01:00
UPDATE branches SET branchId = 'hidden' where parentNoteId = 'root' AND noteId = 'hidden';