[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. 002cdfe5eaecb66d9af0104f270040f87a1a4ddd

Evergreen Git git at git.evergreen-ils.org
Wed Aug 19 15:55:47 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_8 has been updated
       via  002cdfe5eaecb66d9af0104f270040f87a1a4ddd (commit)
      from  aab813e2757377de1532baf1158bbb891fda4550 (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 002cdfe5eaecb66d9af0104f270040f87a1a4ddd
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