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

BEGIN;

-- XXX Add DDLs here.

COMMIT;