aboutsummaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-07-29 09:54:48 +1200
committerGitHub <noreply@github.com>2016-07-29 09:54:48 +1200
commit4f875a6fb51aa1eb7aebc779d2b971f74a53e901 (patch)
treebd097caeea4d554b344d10d12b2531b8d1cc312b /setup
parentb1e7bd492b9f6739936e533b4ab16d4825f1ce3c (diff)
parent6f89644fdcb3dbeb966cadbd810f9795922b8c4e (diff)
downloadtraccar-server-4f875a6fb51aa1eb7aebc779d2b971f74a53e901.tar.gz
traccar-server-4f875a6fb51aa1eb7aebc779d2b971f74a53e901.tar.bz2
traccar-server-4f875a6fb51aa1eb7aebc779d2b971f74a53e901.zip
Merge pull request #2163 from Abyss777/overspeed_extension
OverspeedEventHandler enhancement to use attributes
Diffstat (limited to 'setup')
-rw-r--r--setup/unix/traccar.xml2
-rw-r--r--setup/windows/traccar.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup/unix/traccar.xml b/setup/unix/traccar.xml
index 186e981cb..da09d74d6 100644
--- a/setup/unix/traccar.xml
+++ b/setup/unix/traccar.xml
@@ -120,7 +120,7 @@
</entry>
<entry key='database.updateDeviceStatus'>
- UPDATE devices SET status = :status, lastUpdate = :lastUpdate WHERE id = :id;
+ UPDATE devices SET lastUpdate = :lastUpdate WHERE id = :id;
</entry>
<entry key='database.deleteDevice'>
diff --git a/setup/windows/traccar.xml b/setup/windows/traccar.xml
index aa3809763..a3971e4f8 100644
--- a/setup/windows/traccar.xml
+++ b/setup/windows/traccar.xml
@@ -120,7 +120,7 @@
</entry>
<entry key='database.updateDeviceStatus'>
- UPDATE devices SET status = :status, lastUpdate = :lastUpdate WHERE id = :id;
+ UPDATE devices SET lastUpdate = :lastUpdate WHERE id = :id;
</entry>
<entry key='database.deleteDevice'>