mirror of
https://github.com/hassio-addons/addon-traccar.git
synced 2025-05-04 19:11:31 +00:00
🐛 Fix events selection query
This commit is contained in:
parent
05c78efc25
commit
ff5daee1f3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
</entry>
|
||||
|
||||
<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 key='database.deletePositions'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue