@@ -, +, @@ script --- installer/data/mysql/atomicupdate/bug_16122_atomicupdate.pl | 2 ++ 1 file changed, 2 insertions(+) --- a/installer/data/mysql/atomicupdate/bug_16122_atomicupdate.pl +++ a/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"; }, } --