mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUAC-1101: Sort connection records in descending order.
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
WHERE
|
||||
connection_id = #{identifier,jdbcType=VARCHAR}
|
||||
ORDER BY
|
||||
start_date,
|
||||
end_date
|
||||
start_date DESC,
|
||||
end_date DESC
|
||||
|
||||
</select>
|
||||
|
||||
|
Reference in New Issue
Block a user