aboutsummaryrefslogtreecommitdiff
path: root/sqitch/revert/derivation_source_files_store_path_hash_index.sql
blob: 89190d8d3a6836c7b744543eb55bfb146fcc29a4 (plain)
1
2
3
4
5
6
7
-- Revert guix-data-service:derivation_source_files_store_path_hash_index from pg

BEGIN;

DROP INDEX derivation_source_files_hash;

COMMIT;