🐛 Fix events selection query

This commit is contained in:
Jonathan Adams 2021-08-12 21:28:06 +01:00
parent 05c78efc25
commit ff5daee1f3
No known key found for this signature in database
GPG key ID: 8098F7D4B4B21B68

View file

@ -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'>