Update SQL query to order results by id

This commit is contained in:
2022-09-21 21:18:48 -04:00
parent 1c9eb16934
commit 991b3dcec1
4 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@
INNER JOIN hosts
ON eps.hostid = hosts.hostid
WHERE series = ?
ORDER BY date DESC
ORDER BY eps.id + 0 DESC
')
%-->
<!--% show_results = query_shows.execute(id) %-->