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

Evergreen Git git at git.evergreen-ils.org
Fri Nov 4 16:45:45 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  481133f0b0433ff373dcf2eb88c8bb1645bb5c2d (commit)
      from  461018fabc4ed18cba9e719af199e45cdf889483 (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 481133f0b0433ff373dcf2eb88c8bb1645bb5c2d
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Fri Nov 4 16:44:57 2011 -0400

    Correct oversight: replace old with new approach to upgrade script versioning
    
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0646.schema.lp854972_copy_counts_unshadow.sql b/Open-ILS/src/sql/Pg/upgrade/0646.schema.lp854972_copy_counts_unshadow.sql
index 971d3c9..934387d 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0646.schema.lp854972_copy_counts_unshadow.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0646.schema.lp854972_copy_counts_unshadow.sql
@@ -1,6 +1,6 @@
 BEGIN;
 
-INSERT INTO config.upgrade_log (version) VALUES ('0646');
+SELECT evergreen.upgrade_deps_block_check('0646', :eg_version);
 
 CREATE OR REPLACE FUNCTION asset.staff_ou_record_copy_count (org INT, rid BIGINT) RETURNS TABLE (depth INT, org_unit INT, visible BIGINT, available BIGINT, unshadow BIGINT, transcendant INT) AS $f$
 DECLARE         

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

Summary of changes:
 .../0646.schema.lp854972_copy_counts_unshadow.sql  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list