@@ -, +, @@ and card batches --- misc/cronjobs/cleanup_database.pl | 2 ++ 1 file changed, 2 insertions(+) --- a/misc/cronjobs/cleanup_database.pl +++ a/misc/cronjobs/cleanup_database.pl @@ -107,6 +107,8 @@ Usage: $0 [-h|--help] [--confirm] [--sessions] [--sessdays DAYS] [-v|--verbose] --pseudo-transactions DAYS Purge the pseudonymized transactions that have been originally created more than DAYS days ago DAYS is optional and can be replaced by: --pseudo-transactions-from YYYY-MM-DD and/or --pseudo-transactions-to YYYY-MM-DD + --cards DAYS Purge patron card creator batches last added to more than DAYS days ago. + --labels DAYS Purge label creator batches last added to more than DAYS days ago. USAGE exit $_[0]; } --