From: Galen Charlton Date: Wed, 2 Nov 2022 23:13:02 +0000 (-0400) Subject: LP#1864507: (follow-up) fix another error in the 1344 schema update X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=21b6d1cbad6a1d76635d4d0803f682506a5d9968;p=Evergreen.git LP#1864507: (follow-up) fix another error in the 1344 schema update The normalizer is already present, so trying to add it again breaks the update. Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/sql/Pg/upgrade/1344.function.trim_trailing_punct-improvement.sql b/Open-ILS/src/sql/Pg/upgrade/1344.function.trim_trailing_punct-improvement.sql index 8238e34799..4ebf5ed197 100644 --- a/Open-ILS/src/sql/Pg/upgrade/1344.function.trim_trailing_punct-improvement.sql +++ b/Open-ILS/src/sql/Pg/upgrade/1344.function.trim_trailing_punct-improvement.sql @@ -45,13 +45,6 @@ END; $$ language 'plpgsql'; -INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES ( - 'Trim Trailing Punctuation', - 'Eliminate extraneous trailing ISBD punctuation in text: slashes, colons, commas, and periods', - 'metabib.trim_trailing_punctuation', - 0 -); - INSERT INTO config.metabib_field_index_norm_map (field,norm,pos) SELECT m.id, i.id,