diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-03-15 22:07:11 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-03-15 22:07:11 +1300 |
commit | 357209a5aafe18688d5bd230d3db1ddf3c79fd59 (patch) | |
tree | d18feb22850b1f0b810efa9eac8012765ea9698c | |
parent | 8bd1ebe564911cdf79ff5b2ab7e9b4d02bd3b21a (diff) | |
download | trackermap-server-357209a5aafe18688d5bd230d3db1ddf3c79fd59.tar.gz trackermap-server-357209a5aafe18688d5bd230d3db1ddf3c79fd59.tar.bz2 trackermap-server-357209a5aafe18688d5bd230d3db1ddf3c79fd59.zip |
Use deviceTime and fixTime (fix #1786)
-rw-r--r-- | debug.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'> |