data-service/sqitch/revert/derivations_hash_index.sql

8 lines
106 B
PL/PgSQL

-- Revert guix-data-service:derivations_hash_index from pg
BEGIN;
DROP INDEX derivations_hash;
COMMIT;