From a6c27fca717d50ed8f6de444cd9253c5165c77cc Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 18 Mar 2024 10:16:15 +0000 Subject: [PATCH] Bug 16122: Add note to database update to point out new script Signed-off-by: Martin Renvoize --- installer/data/mysql/atomicupdate/bug_16122_atomicupdate.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/data/mysql/atomicupdate/bug_16122_atomicupdate.pl b/installer/data/mysql/atomicupdate/bug_16122_atomicupdate.pl index 4d63b2a0faa..e20c8dcaa66 100755 --- a/installer/data/mysql/atomicupdate/bug_16122_atomicupdate.pl +++ b/installer/data/mysql/atomicupdate/bug_16122_atomicupdate.pl @@ -27,5 +27,7 @@ return { ); say $out "Added column 'deleteditems.localuse'"; } + say $out + "You may use the new /misc/maintenance/update_localuse_from_statistics.pl script to populate the new field from the existing statistics data"; }, } -- 2.44.0