[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. a92fbe424684a49e83b3061c11aacbb96fd1e68d

Evergreen Git git at git.evergreen-ils.org
Tue Mar 15 13:45:46 EDT 2016


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_10 has been updated
       via  a92fbe424684a49e83b3061c11aacbb96fd1e68d (commit)
      from  209cb60567f4b05c9654430b15d41d7ab3f0bf9c (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 a92fbe424684a49e83b3061c11aacbb96fd1e68d
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Mar 15 13:44:58 2016 -0400

    LP#1367926: fix syntax error in DB update script
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0953.function.unapi-bre.external-includes.sql b/Open-ILS/src/sql/Pg/upgrade/0953.function.unapi-bre.external-includes.sql
index 0e0ffd2..2f0fcc2 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0953.function.unapi-bre.external-includes.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0953.function.unapi-bre.external-includes.sql
@@ -2,7 +2,7 @@
 BEGIN;
 
 -- check whether patch can be applied
-SELECT evergreen.upgrade_deps_block_check('0953', :eg_version)
+SELECT evergreen.upgrade_deps_block_check('0953', :eg_version);
 
 CREATE OR REPLACE FUNCTION unapi.bre (
     obj_id BIGINT,

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

Summary of changes:
 .../0953.function.unapi-bre.external-includes.sql  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list