Remove unwanted index recreation
authorDan Wells <dbw2@calvin.edu>
Mon, 31 Mar 2014 19:59:25 +0000 (15:59 -0400)
committerDan Wells <dbw2@calvin.edu>
Mon, 31 Mar 2014 20:02:48 +0000 (16:02 -0400)
After some discussion, it was noted that this index was formally
dropped eons ago.  The fact we are re-dropping it in this upgrade
is just a precaution, so there is no need to try to recreate it.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/sql/Pg/upgrade/0875.schema.authority.in-line-headings.sql

index 6fd43d0..0034fdd 100644 (file)
@@ -41,12 +41,6 @@ ALTER FUNCTION authority.simple_heading_set(TEXT) STABLE STRICT;
 
 COMMIT;
 
-\qecho .
-\qecho This index might fail, and is outside the transaction for that reason.
-\qecho If it fails, you probably did not have it in the first place.
-\qecho .
-CREATE UNIQUE INDEX unique_by_heading_and_thesaurus ON authority.record_entry (heading) WHERE deleted IS FALSE or deleted = FALSE;
-
 ALTER TABLE authority.record_entry ENABLE TRIGGER a_marcxml_is_well_formed;
 ALTER TABLE authority.record_entry ENABLE TRIGGER aaa_auth_ingest_or_delete;
 ALTER TABLE authority.record_entry ENABLE TRIGGER b_maintain_901;