[GIT] Evergreen ILS branch rel_3_14 updated. dfdc605357bcefa2434787d66b29d6b430b875ce

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_14 has been updated via dfdc605357bcefa2434787d66b29d6b430b875ce (commit) from d2e68ea4bf745981940b5f68db2d3d98bfd84422 (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 dfdc605357bcefa2434787d66b29d6b430b875ce Author: Michele Morgan <mmorgan@noblenet.org> Date: Tue Apr 15 16:39:49 2025 -0400 Forward-port 3.14.4-3.14.5 upgrade script Signed-off-by: Michele Morgan <mmorgan@noblenet.org> diff --git a/Open-ILS/src/sql/Pg/version-upgrade/3.14.4-3.14.5-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/3.14.4-3.14.5-upgrade-db.sql new file mode 100644 index 0000000000..0671b7e5f0 --- /dev/null +++ b/Open-ILS/src/sql/Pg/version-upgrade/3.14.4-3.14.5-upgrade-db.sql @@ -0,0 +1,9 @@ +--Upgrade Script for 3.14.4 to 3.14.5 +\set eg_version '''3.14.5''' +BEGIN; +INSERT INTO config.upgrade_log (version, applied_to) VALUES ('3.14.5', :eg_version); +COMMIT; + +-- Update auditor tables to catch changes to source tables. +-- Can be removed/skipped if there were no schema changes. +SELECT auditor.update_auditors(); ----------------------------------------------------------------------- Summary of changes: .../{3.12.5-3.12.6-upgrade-db.sql => 3.14.4-3.14.5-upgrade-db.sql} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) copy Open-ILS/src/sql/Pg/version-upgrade/{3.12.5-3.12.6-upgrade-db.sql => 3.14.4-3.14.5-upgrade-db.sql} (72%) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User