aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqlite/deploy/remove_build_allocation_plan.sql
blob: 8bdc7c7592004a9b8e9413474d0f5179089e56e4 (plain)
1
2
3
4
5
6
7
-- Deploy guix-build-coordinator:remove_build_allocation_plan to sqlite

BEGIN;

DROP TABLE build_allocation_plan;

COMMIT;