31 Jul
2017
31 Jul
'17
4:58 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19008 --- Comment #5 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- Created attachment 65355 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65355&action=edit Bug 19008 - More database cleanups - old reserves 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 old_reserves table. Test plan : - Count : select count(*),date(datetime) from old_reserves group by date(datetime); - Run cleanup : misc/cronjobs/cleanup_database.pl -v --old-reserves 30 - Recount -- You are receiving this mail because: You are watching all bug changes.