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

BEGIN;

-- XXX Add DDLs here.

COMMIT;