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

BEGIN;

-- XXX Add DDLs here.

COMMIT;