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

BEGIN;

-- XXX Add DDLs here.

COMMIT;