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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;