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

Evergreen Git git at git.evergreen-ils.org
Wed Oct 18 17:50:25 EDT 2017


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  e2ebc526433ebd2d1afb7693d5efeb5fd29c092b (commit)
      from  8a3d8ab588b489085c65f3403a26f295de3b6c4c (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 e2ebc526433ebd2d1afb7693d5efeb5fd29c092b
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Wed Oct 18 17:42:05 2017 -0400

    Fix stray beta1 in 3.0.0 upgrade script
    
    I do not think this actually affects anything.
    
    We'll fix this for early adopters in the 3.0.1 upgrade script, I
    think.
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.12.6-3.0.0-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.12.6-3.0.0-upgrade-db.sql
index 767e635..7a865a8 100644
--- a/Open-ILS/src/sql/Pg/version-upgrade/2.12.6-3.0.0-upgrade-db.sql
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.12.6-3.0.0-upgrade-db.sql
@@ -19,7 +19,7 @@ COMMIT;
 \set ON_ERROR_STOP off
 
 BEGIN;
-INSERT INTO config.upgrade_log (version, applied_to) VALUES ('3.0-beta1', :eg_version);
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('3.0.0', :eg_version);
 
 SELECT evergreen.upgrade_deps_block_check('1032', :eg_version); -- Bmagic/csharp/gmcharlt
 

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

Summary of changes:
 .../Pg/version-upgrade/2.12.6-3.0.0-upgrade-db.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list