aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify/derivation_output_sets.sql
blob: daa0dd08ca6a26e27f9348c003d40c146ee62b3b (plain)
1
2
3
4
5
6
7
-- Verify guix-data-service:derivation_output_sets on pg

BEGIN;

-- XXX Add verifications here.

ROLLBACK;