aboutsummaryrefslogtreecommitdiff
path: root/default.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'default.cfg')
-rw-r--r--default.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/default.cfg b/default.cfg
index a64759e21..de0301dae 100644
--- a/default.cfg
+++ b/default.cfg
@@ -60,7 +60,8 @@
<entry key="database.selectPosition">
SELECT *
FROM positions
- WHERE device_id = :device_id;
+ WHERE device_id = :device_id
+ ORDER by time DESC;
</entry>
<!-->