Notes/db/migrations/0201__move_share_under_hidden.sql

2 lines
72 B
MySQL
Raw Normal View History

2022-12-21 16:11:00 +01:00
UPDATE branches SET parentNoteId = '_hidden' WHERE branchId = '_share';