[Koha-bugs] [Bug 24541] Database cleanups, purge messages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 28 00:03:45 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24541

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #112933|0                           |1
        is obsolete|                            |

--- Comment #14 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
Created attachment 114711
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114711&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 --confirm --messages 365
- Recount messages

Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list