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

BEGIN;

-- XXX Add DDLs here.

COMMIT;