fix syntax error in sql
authorLlewellyn Marshall <llewellyn.marshall@ncdcr.gov>
Wed, 29 Jun 2022 18:23:10 +0000 (14:23 -0400)
committerLlewellyn Marshall <llewellyn.marshall@ncdcr.gov>
Wed, 29 Jun 2022 18:23:10 +0000 (14:23 -0400)
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/xxxx.data.password_age_reset.sql

index 2993544..f7fd081 100644 (file)
@@ -21331,7 +21331,7 @@ INSERT INTO config.org_unit_setting_type
 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
     'au.passwd_changed',
     'au',
-    'A user\'s password was updated',
+    'An account password was updated',
        false
 );
 
index 63a3c87..01cdafd 100644 (file)
@@ -28,7 +28,7 @@ INSERT INTO config.org_unit_setting_type
 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
     'au.passwd_changed',
     'au',
-    'A user\'s password was updated',
+    'An account password was updated',
        false
 );