From 3ef99acc79d4ee8a853364a86bb6a26debcebdb1 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 16 Nov 2019 08:55:54 +0000 Subject: Add a new channel-news module, along with tables the relevant data --- sqitch/revert/channel_news_tables.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sqitch/revert/channel_news_tables.sql (limited to 'sqitch/revert/channel_news_tables.sql') 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; -- cgit v1.2.3