SQL: fix typo
authorChris Sharp <csharp@georgialibraries.org>
Wed, 4 Jan 2023 02:03:09 +0000 (21:03 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 4 Jan 2023 02:03:09 +0000 (21:03 -0500)
Open-ILS/src/sql/Pg/version-upgrade/pines-post-3.10-upgrade.sql

index 42cfe93..45edc36 100644 (file)
@@ -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;