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

BEGIN;

-- XXX Add DDLs here.

COMMIT;