data-service/sqitch/revert/add_index_on_builds_derivat...

8 lines
135 B
PL/PgSQL

-- Revert guix-data-service:add_index_on_builds_derivation_file_name from pg
BEGIN;
DROP INDEX builds_derivation_file_name;
COMMIT;