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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;