https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19008 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68491|0 |1 is obsolete| | Attachment #68492|0 |1 is obsolete| | Attachment #68493|0 |1 is obsolete| | Attachment #68494|0 |1 is obsolete| | Attachment #68495|0 |1 is obsolete| | Attachment #68496|0 |1 is obsolete| | --- Comment #15 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 71771 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=71771&action=edit Bug 19008 - More database cleanups - statistics misc/cronjobs/cleanup_database.pl provides some database cleanup. Yet some tables that could need cleanup are not in this script. This patch adds cleanup for statistics table. Test plan : - Count statistics : select count(*),date(datetime) from statistics group by date(datetime); - Run cleanup : misc/cronjobs/cleanup_database.pl -v --statistics 30 - Recount statistics Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.