From 15454bc0fbf003c6df7f66b62e18cda21a987d6a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 29 Apr 2025 09:26:20 +0200 Subject: [PATCH] Bug 39325: (follow-up) Adjust DB --- installer/data/mysql/db_revs/220600059.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/mysql/db_revs/220600059.pl b/installer/data/mysql/db_revs/220600059.pl index 897e7f78e53..d264ebb3568 100755 --- a/installer/data/mysql/db_revs/220600059.pl +++ b/installer/data/mysql/db_revs/220600059.pl @@ -12,6 +12,7 @@ return { . "We want to notify you that your password has been changed. If you did not change it yourself (or requested that change), please contact library staff.\r\n\r\nYour library."; $dbh->do( q{INSERT IGNORE INTO letter (module, code, name, title, content, message_transport_type) VALUES ('members', 'PASSWORD_CHANGE', 'Notification of password change', 'Library account password change notification',?, 'email');}, + undef, $message ); -- 2.34.1