From 910d781f762d6f8fe0e170647b63cb3a6c1cba71 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 3 Jan 2023 21:03:09 -0500 Subject: [PATCH] SQL: fix typo --- Open-ILS/src/sql/Pg/version-upgrade/pines-post-3.10-upgrade.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/version-upgrade/pines-post-3.10-upgrade.sql b/Open-ILS/src/sql/Pg/version-upgrade/pines-post-3.10-upgrade.sql index 42cfe93d6c..45edc3601a 100644 --- a/Open-ILS/src/sql/Pg/version-upgrade/pines-post-3.10-upgrade.sql +++ b/Open-ILS/src/sql/Pg/version-upgrade/pines-post-3.10-upgrade.sql @@ -58,7 +58,7 @@ UPDATE actor.stat_cat SET opac_visible=false WHERE opac_visible=true; INSERT INTO config.standing_penalty (id, name, label, staff_alert, org_depth) VALUES (90, 'PATRON_TEMP_RENEWAL', 'Patron was given a 30-day temporary account renewal. - Please archive this message after the account is fully renewed.', TRUE, 0 + Please archive this message after the account is fully renewed.', TRUE, 0); COMMIT; BEGIN; -- 2.11.0