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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;