Add a new channel-news module, along with tables the relevant data
This commit is contained in:
parent
66d726f1fd
commit
3ef99acc79
6 changed files with 193 additions and 0 deletions
11
sqitch/revert/channel_news_tables.sql
Normal file
11
sqitch/revert/channel_news_tables.sql
Normal file
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue