From 6b6c86b9ffa8aca98b5f06645d964bc13f296c22 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Wed, 11 Apr 2018 00:28:34 +0000 Subject: [PATCH] check-guide-data: reduce from 4 to 2 days for warning --- check-guide-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-guide-data b/check-guide-data index af84ee3..5db1b1c 100755 --- a/check-guide-data +++ b/check-guide-data @@ -13,5 +13,5 @@ where group by c.channum having - max(p.endtime) < date_add(current_date(), interval 4 day) + max(p.endtime) < date_add(current_date(), interval 2 day) ;" | mysql mythconverg -- 2.39.2