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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;