Archived
4
2
This repository has been archived on 2024-09-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

7 lines
202 B
HTML
Raw Permalink Normal View History

2022-11-28 22:47:53 -05:00
<!--% query_call_for_shows = '
SELECT CASE WHEN COUNT(id) < 6 THEN True ELSE False END AS `request_for_shows`
2022-11-28 22:47:53 -05:00
FROM eps
WHERE eps.date > NOW() AND eps.date <= DATE_ADD(NOW(), INTERVAL 10 DAY)
'
2022-11-28 22:47:53 -05:00
%-->