Notes/db/migrations/0217__drop_content_tables.sql

5 lines
154 B
MySQL
Raw Normal View History

2023-03-15 22:44:08 +01:00
DROP TABLE note_contents;
DROP TABLE note_revision_contents;
2023-07-18 23:23:52 +02:00
DELETE FROM entity_changes WHERE entityName IN ('note_contents', 'note_revision_contents');