LP#1768141: Stamping Upgrade Script Part 2
authorJason Boyer <jboyer@equinoxinitiative.org>
Tue, 1 Oct 2019 20:59:54 +0000 (16:59 -0400)
committerJason Boyer <jboyer@equinoxinitiative.org>
Tue, 1 Oct 2019 20:59:54 +0000 (16:59 -0400)
Missed the new install update previously.

Signed-off-by: Jason Boyer <jboyer@equinoxinitiative.org>
Open-ILS/src/sql/Pg/002.schema.config.sql

index 4f34802..6830260 100644 (file)
@@ -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,