aboutsummaryrefslogtreecommitdiff
path: root/sqitch/revert/channel_news_tables.sql
blob: fd2a54874b468cefed8b5710ca86ec3576789585 (plain)
1
2
3
4
5
6
7
-- Revert guix-data-service:channel_news_tables from pg

BEGIN;

-- XXX Add DDLs here.

COMMIT;