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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;