mirror of
https://github.com/zadam/trilium.git
synced 2024-11-14 19:55:10 +08:00
6 lines
300 B
SQL
6 lines
300 B
SQL
DELETE FROM branches WHERE noteId = 'singles';
|
|
DELETE FROM notes WHERE noteId = 'singles';
|
|
DELETE FROM note_contents WHERE noteId = 'singles';
|
|
DELETE FROM note_revisions WHERE noteId = 'singles';
|
|
DELETE FROM attributes WHERE noteId = 'singles';
|
|
DELETE FROM entity_changes WHERE entityId = 'singles';
|