hpr_generator/templates/ids-episode.tpl.html

9 lines
233 B
HTML
Raw Normal View History

2022-08-07 18:09:44 +00:00
<!--% USE DBI(constants.driver, constants.user, constants.password) %-->
<!--% FOREACH episode IN DBI.query(
'select eps.id from eps
where eps.date < DATE_ADD(NOW(), INTERVAL 1 DAY) '
2022-08-07 18:09:44 +00:00
) %-->
,<!--% episode.id %-->
<!--% END %-->