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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;