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