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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;