2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/sqitch/verify/channel_news_tables.sql

8 lines
105 B
PL/PgSQL

-- Verify guix-data-service:channel_news_tables on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;