trilium/db/migrations/0217__drop_content_tables.sql
2023-07-18 23:23:52 +02:00

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');