aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqlite/verify/remove_build_allocation_plan.sql
blob: 71587943e73c681f415ca6f99ff3a3103c6a5f7f (plain)
1
2
3
4
5
6
7
-- Verify guix-build-coordinator:remove_build_allocation_plan on sqlite

BEGIN;

-- XXX Add verifications here.

ROLLBACK;