[Koha-bugs] [Bug 19008] More database cleanups

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 31 16:59:06 CEST 2017


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

--- Comment #6 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Created attachment 65356
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65356&action=edit
Bug 19008 - More database cleanups - item transfers

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 branchtransfers table.

Test plan :
- Count : select count(*),datearrived from branchtransfers group by
datearrived;
- Run cleanup : misc/cronjobs/cleanup_database.pl -v --transfers 30
- Recount

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


More information about the Koha-bugs mailing list