aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/deploy/build_allocation_agent_requested_systems.sql
blob: b71f55db257c435275173095ea444259d6a9c124 (plain)
1
2
3
4
5
6
7
-- Deploy guix-build-coordinator:build_allocation_agent_requested_systems to pg

BEGIN;

-- XXX Add DDLs here.

COMMIT;