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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;