Files
Trilium/db/migrations/0114__fix_root_note_cycle.sql
T

1 line
65 B
SQL
Raw Normal View History

2018-10-21 22:42:20 +02:00
update branches set parentNoteId = 'none' where branchId = 'root'