[GIT] Evergreen ILS branch main updated. 02889b2bca033d4cc61664dd8b4a2181774faf18

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 02889b2bca033d4cc61664dd8b4a2181774faf18 (commit) from 7f94e92389c03af80253764adc67568e376d3e86 (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 02889b2bca033d4cc61664dd8b4a2181774faf18 Author: Mike Rylander <mrylander@gmail.com> Date: Thu Jul 17 09:47:25 2025 -0400 Stamp baseline db version for LP#1648276 Signed-off-by: Mike Rylander <mrylander@gmail.com> diff --git a/Open-ILS/src/sql/Pg/002.schema.config.sql b/Open-ILS/src/sql/Pg/002.schema.config.sql index 217000c7b7..aac96106ff 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); -- csharp/elidavis +INSERT INTO config.upgrade_log (version, applied_to) VALUES ('1477', :eg_version); -- csharp/elidavis 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
participants (1)
-
Git User