data-service/sqitch/revert/derivation_source_files_sto...

8 lines
141 B
PL/PgSQL

-- Revert guix-data-service:derivation_source_files_store_path_hash_index from pg
BEGIN;
DROP INDEX derivation_source_files_hash;
COMMIT;