aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify/channel_news_tables.sql
blob: 3317b4d919ccfdb8e5687ea7ca76027bb0de6f78 (plain)
1
2
3
4
5
6
7
-- Verify guix-data-service:channel_news_tables on pg

BEGIN;

-- XXX Add verifications here.

ROLLBACK;