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

BEGIN;

-- XXX Add DDLs here.

COMMIT;