[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 591681780fe7e83d2297c26d320d12fc1d516186

Evergreen Git git at git.evergreen-ils.org
Thu Jul 14 08:41:36 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_0 has been updated
       via  591681780fe7e83d2297c26d320d12fc1d516186 (commit)
      from  708d76b121bbf73e61ea57198d30d808f9f53b3c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 591681780fe7e83d2297c26d320d12fc1d516186
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Jul 14 09:14:30 2011 -0400

    strip \r in upgrade script
    
    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 at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/2.0.5-2.0.6-upgrade-db.sql b/Open-ILS/src/sql/Pg/2.0.5-2.0.6-upgrade-db.sql
index cdf6dcf..614460b 100644
--- a/Open-ILS/src/sql/Pg/2.0.5-2.0.6-upgrade-db.sql
+++ b/Open-ILS/src/sql/Pg/2.0.5-2.0.6-upgrade-db.sql
@@ -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'
-);
+);
 
 COMMIT;

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/sql/Pg/2.0.5-2.0.6-upgrade-db.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list