LP#1464765: (follow-up) remove unneeded bits from schema upgrade
authorGalen Charlton <gmc@esilibrary.com>
Thu, 5 Nov 2015 15:42:03 +0000 (15:42 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 5 Nov 2015 15:42:03 +0000 (15:42 +0000)
The patch for bug 1155313 already corrected the data,
so no need to do it again.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/sql/Pg/upgrade/XXXX.function.lpad_number_fix.sql

index dc15874..3b31f94 100644 (file)
@@ -12,16 +12,4 @@ CREATE OR REPLACE FUNCTION evergreen.lpad_number_substrings( TEXT, TEXT, INT ) R
     return $string;
 $$ LANGUAGE PLPERLU;
 
-
--- Correct any potentially incorrectly padded sortkeys
-
-UPDATE biblio.monograph_part SET label = label;
-
-UPDATE asset.call_number_prefix SET label = label;
-
--- asset.call_number.label_sortkey doesn't make use of this function
-
-UPDATE asset.call_number_suffix SET label = label;
-
 COMMIT;
-