mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
7 lines
300 B
MySQL
7 lines
300 B
MySQL
![]() |
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';
|