[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. 90d022249201a37e277e960e33433d0d9196f9bb

Evergreen Git git at git.evergreen-ils.org
Wed Aug 19 15:56: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, rel_2_7 has been updated
       via  90d022249201a37e277e960e33433d0d9196f9bb (commit)
      from  9a9b062a7ec1b4762838850935af59d581d75d41 (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 90d022249201a37e277e960e33433d0d9196f9bb
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