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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;