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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;