[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 733156980c0f17c8fb24882f00e68b15c4528f01

Evergreen Git git at git.evergreen-ils.org
Tue Oct 1 17:02:04 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, rel_3_1 has been updated
       via  733156980c0f17c8fb24882f00e68b15c4528f01 (commit)
      from  df1476ddf81d69dbca7604fec31a69875f8a0ec2 (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 733156980c0f17c8fb24882f00e68b15c4528f01
Author: Jason Boyer <jboyer at equinoxinitiative.org>
Date:   Tue Oct 1 16:59:54 2019 -0400

    LP#1768141: Stamping Upgrade Script Part 2
    
    Missed the new install update previously.
    
    Signed-off-by: Jason Boyer <jboyer at equinoxinitiative.org>

diff --git a/Open-ILS/src/sql/Pg/002.schema.config.sql b/Open-ILS/src/sql/Pg/002.schema.config.sql
index 4f34802442..68302604db 100644
--- a/Open-ILS/src/sql/Pg/002.schema.config.sql
+++ b/Open-ILS/src/sql/Pg/002.schema.config.sql
@@ -92,7 +92,7 @@ CREATE TRIGGER no_overlapping_deps
     BEFORE INSERT OR UPDATE ON config.db_patch_dependencies
     FOR EACH ROW EXECUTE PROCEDURE evergreen.array_overlap_check ('deprecates');
 
-INSERT INTO config.upgrade_log (version, applied_to) VALUES ('1171', :eg_version); -- rhamby/mstroup/gmcharlt
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('1185', :eg_version); -- csharp / gmcharlt / jboyer
 
 CREATE TABLE config.bib_source (
 	id		SERIAL	PRIMARY KEY,

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

Summary of changes:
 Open-ILS/src/sql/Pg/002.schema.config.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list