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

BEGIN;

-- XXX Add DDLs here.

COMMIT;