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

BEGIN;

-- XXX Add DDLs here.

COMMIT;