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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;