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

BEGIN;

-- XXX Add DDLs here.

COMMIT;