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

BEGIN;

-- XXX Add DDLs here.

COMMIT;