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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;