[open-ils-commits] [GIT] Evergreen ILS branch master updated. 9b38c454ead9b1c1f44bdf9b5953bc5707789032

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, master has been updated
       via  9b38c454ead9b1c1f44bdf9b5953bc5707789032 (commit)
      from  03dc0514b36020d39755cc6e75234db23c52c207 (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 9b38c454ead9b1c1f44bdf9b5953bc5707789032
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