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

BEGIN;

-- XXX Add DDLs here.

COMMIT;