30 Jan
2020
30 Jan
'20
11:09 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24541 --- Comment #1 from didier <didier.gautheron@biblibre.com> --- Created attachment 98152 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98152&action=edit Bug 24541: Purge old messages misc/cronjobs/cleanup_database.pl provides some database cleanup. This patch adds cleanup for messages table. Test plan : - Count messages : select count(*),date(message_date) from messages group by date(message_date); - Run cleanup : misc/cronjobs/cleanup_database.pl -v --messages 365 - Recount messages -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.