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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;