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

BEGIN;

DROP INDEX builds_derivation_file_name;

COMMIT;