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

BEGIN;

-- XXX Add DDLs here.

COMMIT;