Fix paste-o encountered in Bib browse upgrade script
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 9 May 2013 13:59:28 +0000 (09:59 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 9 May 2013 13:59:28 +0000 (09:59 -0400)
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/sql/Pg/upgrade/YYYY.schema.bib-auth-browse.sql

index ad4a4a5..5e6379b 100644 (file)
@@ -12,7 +12,7 @@ ALTER TABLE config.metabib_field ADD COLUMN authority_xpath TEXT;
 -- on user input shouldn't change, but the displayed heading will no longer
 -- show leading articles or similar that can be rubbed out by non-filing
 -- indicators.
-change
+
 UPDATE config.metabib_field SET browse_field = FALSE
     WHERE field_class = 'title' and name = 'proper';