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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;