diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-19 08:24:15 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-19 08:24:15 +1300 |
commit | 12e88e5cccc00eb5882124db9e0350ae568902e6 (patch) | |
tree | 8581901fde947d65ce5305fdbd1d9410dd1690a9 /setup | |
parent | 54e738d3281a463a0ea3fcf2026c2464529a9b58 (diff) | |
download | trackermap-server-12e88e5cccc00eb5882124db9e0350ae568902e6.tar.gz trackermap-server-12e88e5cccc00eb5882124db9e0350ae568902e6.tar.bz2 trackermap-server-12e88e5cccc00eb5882124db9e0350ae568902e6.zip |
Better network location support
Diffstat (limited to 'setup')
-rw-r--r-- | setup/default.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/default.xml b/setup/default.xml index 0786d9fbc..95a850979 100644 --- a/setup/default.xml +++ b/setup/default.xml @@ -176,8 +176,8 @@ </entry> <entry key='database.insertPosition'> - INSERT INTO positions (deviceId, protocol, serverTime, deviceTime, fixTime, valid, latitude, longitude, altitude, speed, course, address, attributes) - VALUES (:deviceId, :protocol, :now, :deviceTime, :fixTime, :valid, :latitude, :longitude, :altitude, :speed, :course, :address, :attributes) + INSERT INTO positions (deviceId, protocol, serverTime, deviceTime, fixTime, valid, latitude, longitude, altitude, speed, course, address, attributes, accuracy, network) + VALUES (:deviceId, :protocol, :now, :deviceTime, :fixTime, :valid, :latitude, :longitude, :altitude, :speed, :course, :address, :attributes, :accuracy, :network) </entry> <entry key='database.selectLatestPositions'> |