From 31ddb4b955759a7df6ef1829899f85b9d17ddb42 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 1 Mar 2023 12:07:16 -0500 Subject: [PATCH] LP#1987908: stamp DB update Signed-off-by: Galen Charlton --- Open-ILS/src/sql/Pg/002.schema.config.sql | 2 +- ...ata.typo-config-global-flag-history-money-age-with-circs-update.sql} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Open-ILS/src/sql/Pg/upgrade/{xxxx.data.typo-config-global-flag-history-money-age-with-circs-update.sql => 1356.data.typo-config-global-flag-history-money-age-with-circs-update.sql} (78%) diff --git a/Open-ILS/src/sql/Pg/002.schema.config.sql b/Open-ILS/src/sql/Pg/002.schema.config.sql index 7ee152c85b..fde785db76 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 ('1355', :eg_version); -- berick/smorrison/gmcharlt +INSERT INTO config.upgrade_log (version, applied_to) VALUES ('1356', :eg_version); -- gmonti/scottangel/mllewell/gmcharlt CREATE TABLE config.bib_source ( id SERIAL PRIMARY KEY, diff --git a/Open-ILS/src/sql/Pg/upgrade/xxxx.data.typo-config-global-flag-history-money-age-with-circs-update.sql b/Open-ILS/src/sql/Pg/upgrade/1356.data.typo-config-global-flag-history-money-age-with-circs-update.sql similarity index 78% rename from Open-ILS/src/sql/Pg/upgrade/xxxx.data.typo-config-global-flag-history-money-age-with-circs-update.sql rename to Open-ILS/src/sql/Pg/upgrade/1356.data.typo-config-global-flag-history-money-age-with-circs-update.sql index d4f415f937..27ee379530 100644 --- a/Open-ILS/src/sql/Pg/upgrade/xxxx.data.typo-config-global-flag-history-money-age-with-circs-update.sql +++ b/Open-ILS/src/sql/Pg/upgrade/1356.data.typo-config-global-flag-history-money-age-with-circs-update.sql @@ -1,6 +1,6 @@ BEGIN; -SELECT evergreen.upgrade_deps_block_check('xxxx', :eg_version); +SELECT evergreen.upgrade_deps_block_check('1356', :eg_version); UPDATE config.global_flag SET label = 'Age billings and payments when circulations are aged.' -- 2.11.0