mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 18:08:13 +08:00
2 lines
No EOL
167 B
SQL
2 lines
No EOL
167 B
SQL
UPDATE notes SET content = '' WHERE isDeleted = 1;
|
|
UPDATE note_revisions SET content = '' WHERE (SELECT isDeleted FROM notes WHERE noteId = note_revisions.noteId) = 1; |