Bug 19008: More database cleanups - old issues
authorFridolin Somers <fridolin.somers@biblibre.com>
Fri, 28 Jul 2017 12:57:33 +0000 (14:57 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 4 Feb 2020 13:38:27 +0000 (13:38 +0000)
commit9b5ff17d79a61156426433bdd2e3c248e63d7431
tree6f2b5237b2c11d8d97b6d13cedf28a4770b703f3
parentca511ad957e090832dec4c4370180fd92bd331ae
Bug 19008: More database cleanups - old issues

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

Test plan :
- Count : select count(*),date(timestamp) from old_issues group by date(timestamp);
- Run cleanup : misc/cronjobs/cleanup_database.pl -v --old-issues 30
- Recount

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
misc/cronjobs/cleanup_database.pl