aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/verify/add_agent_names.sql
blob: 9f6952244d59eded55d43a8465a7d9723f0530af (plain)
1
2
3
4
5
6
7
-- Verify guix-build-coordinator:add_agent_names on pg

BEGIN;

-- XXX Add verifications here.

ROLLBACK;