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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;