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

BEGIN;

-- XXX Add DDLs here.

COMMIT;