From: James Bunton Date: Wed, 11 Apr 2018 00:28:34 +0000 (+0000) Subject: check-guide-data: reduce from 4 to 2 days for warning X-Git-Url: https://code.delx.au/mediapc-tools/commitdiff_plain/6b6c86b9ffa8aca98b5f06645d964bc13f296c22 check-guide-data: reduce from 4 to 2 days for warning --- 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