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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;