From 7e5af3f8b5c1173e78d73e1bcd4d421f845836ed Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 5 Apr 2018 06:12:44 -0400 Subject: [PATCH] Bug 20325: Remove warning, it is no longer true --- misc/cronjobs/cleanup_database.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/cronjobs/cleanup_database.pl b/misc/cronjobs/cleanup_database.pl index 03c382d470..4514b48b5d 100755 --- a/misc/cronjobs/cleanup_database.pl +++ b/misc/cronjobs/cleanup_database.pl @@ -66,9 +66,6 @@ Usage: $0 [-h|--help] [--sessions] [--sessdays DAYS] [-v|--verbose] [--zebraqueu amountoutstanding is 0 or NULL. In the case of --fees, DAYS must be greater than or equal to 1. - WARNING: Fees and payments may not be deleted together. - This will not affect the account balance but may be - confusing to staff. --logs DAYS purge entries from action_logs older than DAYS days. Defaults to 180 days if no days specified. --searchhistory DAYS purge entries from search_history older than DAYS days. -- 2.15.1 (Apple Git-101)