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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;