[open-ils-commits] [GIT] Evergreen ILS branch tags/rel_3_4_0 updated. bca375c262427ab731098b73551e55f32399e7a2
Evergreen Git
git at git.evergreen-ils.org
Wed Oct 2 17:05:37 EDT 2019
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, tags/rel_3_4_0 has been updated
via bca375c262427ab731098b73551e55f32399e7a2 (commit)
from a0f44614385034eab8b8cb2a664488f633cffb21 (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 bca375c262427ab731098b73551e55f32399e7a2
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date: Wed Oct 2 17:05:24 2019 -0400
typo fix for SQL update script
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/src/sql/Pg/version-upgrade/3.3.3-3.4.0-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/3.3.3-3.4.0-upgrade-db.sql
index 013352ee9d..8cd090e1cc 100644
--- a/Open-ILS/src/sql/Pg/version-upgrade/3.3.3-3.4.0-upgrade-db.sql
+++ b/Open-ILS/src/sql/Pg/version-upgrade/3.3.3-3.4.0-upgrade-db.sql
@@ -1,7 +1,7 @@
--Upgrade Script for 3.3.3 to 3.4.0
\set eg_version '''3.4.0'''
BEGIN;
-INSERT INTO config.upgrade_log (version, applied_to) VALUES ('3.4-beta2', :eg_version);
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('3.4.0', :eg_version);
SELECT evergreen.upgrade_deps_block_check('1168', :eg_version); -- csharp/khuckins/gmcharlt
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/sql/Pg/version-upgrade/3.3.3-3.4.0-upgrade-db.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list