forked from rho_n/hpr_generator
Update SQL query to order results by id
This commit is contained in:
@@ -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) %-->
|
||||
|
Reference in New Issue
Block a user