mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 18:08:13 +08:00
6 lines
No EOL
164 B
SQL
6 lines
No EOL
164 B
SQL
UPDATE
|
|
notes_tree
|
|
SET
|
|
note_pid = (SELECT parent.note_id FROM notes_tree parent WHERE notes_tree.note_pid = parent.note_tree_id)
|
|
WHERE
|
|
note_pid != 'root' |