From fc3404353891ea8ea163d51085dbaaa1de9067a5 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 24 Sep 2019 18:09:10 -0300 Subject: [PATCH] Bug 24152: Add a warning about the delete of statistics's table entries Signed-off-by: Signed-off-by: Sonia Bouis --- misc/cronjobs/cleanup_database.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/cronjobs/cleanup_database.pl b/misc/cronjobs/cleanup_database.pl index 3b899e9150..a86c07986e 100755 --- a/misc/cronjobs/cleanup_database.pl +++ b/misc/cronjobs/cleanup_database.pl @@ -92,6 +92,7 @@ Usage: $0 [-h|--help] [--sessions] [--sessdays DAYS] [-v|--verbose] [--zebraqueu --uploads-missing FLAG Delete upload records for missing files when FLAG is true, count them otherwise --oauth-tokens Delete expired OAuth2 tokens --statistics DAYS Purge statistics entries more than DAYS days old. + This table is used to build reports, make sure you are aware of the consequences of this before using it! --deleted-catalog DAYS Purge catalog records deleted more then DAYS days ago (from tables deleteditems, deletedbiblioitems, deletedbiblio_metadata and deletedbiblio). --deleted-patrons DAYS Purge patrons deleted more than DAYS days ago. -- 2.20.1