[GIT] Evergreen ILS branch rel_3_13 updated. 9cbeafdf13a49cb4bed4f4806e76f3f75b83401f

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_13 has been updated via 9cbeafdf13a49cb4bed4f4806e76f3f75b83401f (commit) from 968a45c5f306f4930708a4b1c3581b1de6c5fc6c (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 9cbeafdf13a49cb4bed4f4806e76f3f75b83401f Author: blake <blake@mobiusconsortium.org> Date: Wed May 21 14:08:59 2025 -0500 Port forward 3.13 db upgrade script Signed-off-by: blake <blake@mobiusconsortium.org> diff --git a/Open-ILS/src/sql/Pg/version-upgrade/3.13.10-3.13.11-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/3.13.10-3.13.11-upgrade-db.sql new file mode 100644 index 0000000000..e34457f5f1 --- /dev/null +++ b/Open-ILS/src/sql/Pg/version-upgrade/3.13.10-3.13.11-upgrade-db.sql @@ -0,0 +1,9 @@ +--Upgrade Script for 3.13.10 to 3.13.11 +\set eg_version '''3.13.11''' +BEGIN; +INSERT INTO config.upgrade_log (version, applied_to) VALUES ('3.13.11', :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.13.9-3.13.10-upgrade-db.sql => 3.13.10-3.13.11-upgrade-db.sql} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) copy Open-ILS/src/sql/Pg/version-upgrade/{3.13.9-3.13.10-upgrade-db.sql => 3.13.10-3.13.11-upgrade-db.sql} (81%) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User