0217__drop_content_tables.sql 154 B

1234
  1. DROP TABLE note_contents;
  2. DROP TABLE note_revision_contents;
  3. DELETE FROM entity_changes WHERE entityName IN ('note_contents', 'note_revision_contents');