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

BEGIN;

-- XXX Add DDLs here.

COMMIT;