Notes/db/migrations/0199__move_share_under_hidden.sql

2 lines
70 B
MySQL
Raw Normal View History

2022-11-06 14:44:26 +01:00
UPDATE branches SET parentNoteId = 'hidden' WHERE branchId = 'share';