aboutsummaryrefslogtreecommitdiff
path: root/sqitch/revert/channel_news_tables.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sqitch/revert/channel_news_tables.sql')
-rw-r--r--sqitch/revert/channel_news_tables.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sqitch/revert/channel_news_tables.sql b/sqitch/revert/channel_news_tables.sql
new file mode 100644
index 0000000..c623319
--- /dev/null
+++ b/sqitch/revert/channel_news_tables.sql
@@ -0,0 +1,11 @@
+-- Revert guix-data-service:channel_news_tables from pg
+
+BEGIN;
+
+DROP TABLE guix_revision_channel_news_entries;
+DROP TABLE channel_news_entry_titles;
+DROP TABLE channel_news_entry_bodies;
+DROP TABLE channel_news_entry_text;
+DROP TABLE channel_news_entries;
+
+COMMIT;