[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 8408675d1f473027cb7b0766700396f5b1e6010d

Evergreen Git git at git.evergreen-ils.org
Wed Oct 18 17:50:53 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, rel_3_0 has been updated
       via  8408675d1f473027cb7b0766700396f5b1e6010d (commit)
      from  251d80839f2951285d51360ee2594957a6ad1a1c (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 8408675d1f473027cb7b0766700396f5b1e6010d
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