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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;