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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;