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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;