aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/deploy/add_agent_names.sql
blob: e53c2f120b522369d486d220da7eab2c6542242d (plain)
1
2
3
4
5
6
7
-- Deploy guix-build-coordinator:add_agent_names to pg

BEGIN;

-- XXX Add DDLs here.

COMMIT;