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