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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;