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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;