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

BEGIN;

-- XXX Add DDLs here.

COMMIT;