aboutsummaryrefslogtreecommitdiff
path: root/debug.xml
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-03-15 22:07:11 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-03-15 22:07:11 +1300
commit357209a5aafe18688d5bd230d3db1ddf3c79fd59 (patch)
treed18feb22850b1f0b810efa9eac8012765ea9698c /debug.xml
parent8bd1ebe564911cdf79ff5b2ab7e9b4d02bd3b21a (diff)
downloadtraccar-server-357209a5aafe18688d5bd230d3db1ddf3c79fd59.tar.gz
traccar-server-357209a5aafe18688d5bd230d3db1ddf3c79fd59.tar.bz2
traccar-server-357209a5aafe18688d5bd230d3db1ddf3c79fd59.zip
Use deviceTime and fixTime (fix #1786)
Diffstat (limited to 'debug.xml')
-rw-r--r--debug.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.xml b/debug.xml
index c1a348376..6d90f168e 100644
--- a/debug.xml
+++ b/debug.xml
@@ -181,7 +181,7 @@
<entry key='database.insertPosition'>
INSERT INTO positions (deviceId, protocol, serverTime, deviceTime, fixTime, valid, latitude, longitude, altitude, speed, course, address, attributes)
- VALUES (:deviceId, :protocol, :now, :time, :time, :valid, :latitude, :longitude, :altitude, :speed, :course, :address, :attributes);
+ VALUES (:deviceId, :protocol, :now, :deviceTime, :fixTime, :valid, :latitude, :longitude, :altitude, :speed, :course, :address, :attributes);
</entry>
<entry key='database.selectLatestPositions'>