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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;