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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;