Remove active_hold_transit_hold_idx creation from upgrade script. collab/dyrcona/purge_holds_rebase
authorJason Stephenson <jstephenson@mvlc.org>
Tue, 26 Mar 2013 12:57:18 +0000 (08:57 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Tue, 26 Mar 2013 12:57:18 +0000 (08:57 -0400)
It is now redundant in master.  The same index is being created with
a different name.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/sql/Pg/upgrade/XXXX.purge_holds.sql

index 4f5d1c0..3a6714c 100644 (file)
@@ -1,9 +1,4 @@
 
--- Without this index the purge_holds function takes hours.
--- With it it takes minutes.
--- At least on a copy of our production data.
-CREATE INDEX active_hold_transit_hold_idx ON "action".hold_transit_copy (hold);
-
 -- New global flags for the purge function
 INSERT INTO config.global_flag  (name, label, enabled)
     VALUES (