mirror of
https://github.com/hassio-addons/addon-traccar.git
synced 2025-05-05 11:31:21 +00:00
🐛 Fix events selection query (#133)
This commit is contained in:
parent
69fa220676
commit
28e52741e6
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
<entry key='database.selectEvents'>
|
<entry key='database.selectEvents'>
|
||||||
SELECT * FROM tc_events WHERE deviceId = :deviceId AND serverTime BETWEEN :from AND :to ORDER BY serverTime
|
SELECT * FROM tc_events WHERE deviceId = :deviceId AND eventTime BETWEEN :from AND :to ORDER BY eventTime
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
<entry key='database.deletePositions'>
|
<entry key='database.deletePositions'>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue