strip \r in upgrade script
authorGalen Charlton <gmc@esilibrary.com>
Thu, 14 Jul 2011 13:14:30 +0000 (09:14 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 14 Jul 2011 13:14:30 +0000 (09:14 -0400)
For whatever reason, presence of this character causes
the script to fail if run from within sloink_execute_script.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/sql/Pg/2.0.5-2.0.6-upgrade-db.sql

index cdf6dcf..614460b 100644 (file)
@@ -967,6 +967,6 @@ INSERT INTO config.org_unit_setting_type
   'Circ:  Patron Merge Deactivate Card', 
   'Mark barcode(s) of subordinate user(s) in a patron merge as inactive', 
   'bool'
-);\r
+);
 
 COMMIT;