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

BEGIN;

-- XXX Add DDLs here.

COMMIT;