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

Evergreen Git git at git.evergreen-ils.org
Wed May 18 10:06:31 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, master has been updated
       via  b272ffecdd4d5339cb1bf772c8a9c4cddeab14c5 (commit)
      from  fe68fed77dfeef5014c3c9445b109020d4c39f13 (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 b272ffecdd4d5339cb1bf772c8a9c4cddeab14c5
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed May 18 10:51:20 2011 -0400

    use correct name of upgrade check function
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/make-db-patch.pl b/Open-ILS/src/sql/Pg/make-db-patch.pl
index 505dd4a..8a57150 100755
--- a/Open-ILS/src/sql/Pg/make-db-patch.pl
+++ b/Open-ILS/src/sql/Pg/make-db-patch.pl
@@ -105,7 +105,7 @@ $patch_init_contents = `cat $patch_wrap` if (defined $patch_wrap && $patch_wrap
 print OUT <<_FOOTER_;
 
 -- check whether patch can be applied
-SELECT evergreen.update_deps_block_check('$db_patch_num', :eg_version);
+SELECT evergreen.upgrade_deps_block_check('$db_patch_num', :eg_version);
 
 -- FIXME: add/check SQL statements to perform the upgrade
 $patch_init_contents

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list