From 82b797ee9869ebe24f7dbbcc56c3d500e75dc2d3 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 29 Dec 2019 17:55:04 +0000 Subject: Create an index on the hash component of the store path For derivation_source_files. --- sqitch/revert/derivation_source_files_store_path_hash_index.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sqitch/revert/derivation_source_files_store_path_hash_index.sql (limited to 'sqitch/revert') diff --git a/sqitch/revert/derivation_source_files_store_path_hash_index.sql b/sqitch/revert/derivation_source_files_store_path_hash_index.sql new file mode 100644 index 0000000..89190d8 --- /dev/null +++ b/sqitch/revert/derivation_source_files_store_path_hash_index.sql @@ -0,0 +1,7 @@ +-- Revert guix-data-service:derivation_source_files_store_path_hash_index from pg + +BEGIN; + +DROP INDEX derivation_source_files_hash; + +COMMIT; -- cgit v1.2.3