track topic update history
[websub-hub] / src / db / sqlite / sql / schema / 1.0.3 / revert.sql
1 BEGIN;
2 DROP INDEX topic_content_history_topic_id_idx;
3 DROP INDEX topic_content_history_content_updated_idx;
4 DROP TABLE topic_content_history;
5
6 DELETE FROM _meta_schema_version WHERE major = 1 AND minor = 0 AND patch = 3;
7 COMMIT;