aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/revert/add_builds_end_time.sql
blob: 78fdb86ec1afb5a65276c7b73534b9805d7a319d (plain)
1
2
3
4
5
6
7
-- Revert guix-build-coordinator:add_builds_end_time from pg

BEGIN;

-- XXX Add DDLs here.

COMMIT;