mirror of
https://github.com/zadam/trilium.git
synced 2025-02-23 22:44:44 +08:00
4 lines
154 B
SQL
4 lines
154 B
SQL
DROP TABLE note_contents;
|
|
DROP TABLE note_revision_contents;
|
|
|
|
DELETE FROM entity_changes WHERE entityName IN ('note_contents', 'note_revision_contents');
|