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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;