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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;