[GIT] Evergreen ILS branch main updated. 5791f534f8b427653fba36056552860b4815b9d8

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, main has been updated via 5791f534f8b427653fba36056552860b4815b9d8 (commit) from 4cfdac0c6072b52a2f573dcbb159357a262c7477 (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 5791f534f8b427653fba36056552860b4815b9d8 Author: Michele Morgan <mmorgan@noblenet.org> Date: Wed Jul 16 14:08:29 2025 -0400 LP1648276 Stamp upgrade script Signed-off-by: Michele Morgan <mmorgan@noblenet.org> diff --git a/Open-ILS/src/sql/Pg/002.schema.config.sql b/Open-ILS/src/sql/Pg/002.schema.config.sql index 3551c76de5..217000c7b7 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 ('1476', :eg_version); -- stompro/ianskelsky/mmorgan/smorrison +INSERT INTO config.upgrade_log (version, applied_to) VALUES ('1476', :eg_version); -- csharp/elidavis CREATE TABLE config.bib_source ( id SERIAL PRIMARY KEY, diff --git a/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.add_copy_location_to_hold_matrix.sql b/Open-ILS/src/sql/Pg/upgrade/1477.schema.add_copy_location_to_hold_matrix.sql similarity index 99% rename from Open-ILS/src/sql/Pg/upgrade/XXXX.schema.add_copy_location_to_hold_matrix.sql rename to Open-ILS/src/sql/Pg/upgrade/1477.schema.add_copy_location_to_hold_matrix.sql index e0369d466b..0e4ff7f562 100644 --- a/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.add_copy_location_to_hold_matrix.sql +++ b/Open-ILS/src/sql/Pg/upgrade/1477.schema.add_copy_location_to_hold_matrix.sql @@ -1,5 +1,7 @@ BEGIN; +SELECT evergreen.upgrade_deps_block_check('1477', :eg_version); + ALTER TABLE config.hold_matrix_matchpoint ADD COLUMN copy_location INT REFERENCES asset.copy_location (id) DEFERRABLE INITIALLY DEFERRED; DROP INDEX config.chmm_once_per_paramset; ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/sql/Pg/002.schema.config.sql | 2 +- ...hold_matrix.sql => 1477.schema.add_copy_location_to_hold_matrix.sql} | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) rename Open-ILS/src/sql/Pg/upgrade/{XXXX.schema.add_copy_location_to_hold_matrix.sql => 1477.schema.add_copy_location_to_hold_matrix.sql} (99%) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User