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

BEGIN;

-- XXX Add DDLs here.

COMMIT;