Notes/db/migrations/0114__fix_root_note_cycle.sql

1 line
65 B
SQL

update branches set parentNoteId = 'none' where branchId = 'root'