[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. 5ce7b97dab7e739075a8b01eea5859e0af101d79
Evergreen Git
git at git.evergreen-ils.org
Tue Apr 28 14:53:12 EDT 2020
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_4 has been updated
via 5ce7b97dab7e739075a8b01eea5859e0af101d79 (commit)
from 11374fd2f525f5afcb444fc3f232d283936a4fdb (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 5ce7b97dab7e739075a8b01eea5859e0af101d79
Author: Jason Stephenson <jason at sigio.com>
Date: Tue Apr 28 14:51:25 2020 -0400
Lp 1858448: Fix version number in upgrade script
Change "TODO" to "1202" in versioned upgrade script. I'm not sure how
that didn't happen unless I forgot to save the file or doing an
--amend before pushing changed things.
Signed-off-by: Jason Stephenson <jason at sigio.com>
diff --git a/Open-ILS/src/sql/Pg/upgrade/1202.schema.aged-money-fields.sql b/Open-ILS/src/sql/Pg/upgrade/1202.schema.aged-money-fields.sql
index 0aa3ecec1f..aa1d665538 100644
--- a/Open-ILS/src/sql/Pg/upgrade/1202.schema.aged-money-fields.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/1202.schema.aged-money-fields.sql
@@ -1,6 +1,6 @@
BEGIN;
-SELECT evergreen.upgrade_deps_block_check('TODO', :eg_version);
+SELECT evergreen.upgrade_deps_block_check('1202', :eg_version);
INSERT INTO config.global_flag (name, value, enabled, label)
VALUES (
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/sql/Pg/upgrade/1202.schema.aged-money-fields.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list