Notes/migrations/0035__root_notes_will_have_note_id_root.sql

1 line
59 B
MySQL
Raw Normal View History

2017-11-16 22:18:25 -05:00
UPDATE notes_tree SET note_pid = 'root' WHERE note_pid = ''