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

Evergreen Git git at git.evergreen-ils.org
Wed Aug 19 15:55:06 EDT 2015


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  cb8273339ddb0998791f52c1baac36045db75a39 (commit)
      from  d0f1146e94e47ebd43904497bf1456a7647a00ba (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 cb8273339ddb0998791f52c1baac36045db75a39
Author: Jason Stephenson <jstephenson at mvlc.org>
Date:   Wed Aug 19 15:52:47 2015 -0400

    Fix mis-stamping of 0940.schema.vlist_freq.sql.
    
    I typed the wrong number in the upgrade script.
    
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0940.schema.vlist_freq.sql b/Open-ILS/src/sql/Pg/upgrade/0940.schema.vlist_freq.sql
index 6e55e03..47e4357 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0940.schema.vlist_freq.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0940.schema.vlist_freq.sql
@@ -1,6 +1,6 @@
 BEGIN;
 
-SELECT evergreen.upgrade_deps_block_check('0939', :eg_version);
+SELECT evergreen.upgrade_deps_block_check('0940', :eg_version);
 
 CREATE OR REPLACE FUNCTION evergreen.pg_statistics (tab TEXT, col TEXT) RETURNS TABLE(element TEXT, frequency INT) AS $$
 BEGIN

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

Summary of changes:
 .../src/sql/Pg/upgrade/0940.schema.vlist_freq.sql  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list