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

BEGIN;

-- XXX Add DDLs here.

COMMIT;