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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;