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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;