🐛 Fix events selection query (#133)

This commit is contained in:
Jonathan Adams 2021-09-27 12:35:26 +01:00 committed by GitHub
parent 69fa220676
commit 28e52741e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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