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

BEGIN;

-- XXX Add DDLs here.

COMMIT;