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

BEGIN;

DROP INDEX derivations_hash;

COMMIT;