Archived
4
2

Temporary fix to get future episodes working. Removed the date restriction

This commit is contained in:
2023-07-12 08:54:41 +02:00
parent fb2b3ec6db
commit a97cc7714f
3 changed files with 1 additions and 4 deletions

View File

@@ -2,7 +2,6 @@
WITH episode_maxmin AS (
SELECT MAX(id) AS \'latest\', MIN(id) AS \'earliest\', ? AS \'id\'
FROM eps
WHERE eps.date < date(\'now\', \'+1 days\')
),
episode_date AS (
SELECT eps.date