Remove superflous WHERE condition

This commit is contained in:
2022-11-28 19:55:51 -05:00
parent 1312e3d374
commit 2b4802508d
2 changed files with 1 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
<!--% USE DBI(constants.driver, constants.user, constants.password) %-->
<!--% FOREACH episode IN DBI.query(
'select eps.id from twat_eps AS eps
where eps.date < DATE_ADD(NOW(), INTERVAL 1 DAY) '
'select eps.id from twat_eps AS eps'
) %-->
,<!--% episode.id %-->
<!--% END %-->