forked from HPR/hpr_generator
Convert episode page queries from SQLite to MySQL
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!--% USE DBI(constants.driver, constants.user, constants.password) %-->
|
||||
<!--% FOREACH episode IN DBI.query(
|
||||
'select eps.id from eps
|
||||
where eps.date < date (\'now\', \'+1 days\') '
|
||||
where eps.date < DATE_ADD(NOW(), INTERVAL 1 DAY) '
|
||||
) %-->
|
||||
,<!--% episode.id %-->
|
||||
<!--% END %-->
|
||||
|
Reference in New Issue
Block a user