aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/verify/schema.sql
blob: 86d3c5f933377f1df3025f9fb29ddfacc7b284ae (plain)
1
2
3
4
5
6
7
-- Verify guix-build-coordinator:schema on pg

BEGIN;

-- XXX Add verifications here.

ROLLBACK;