diff options
Diffstat (limited to 'setup/windows/traccar.xml')
-rw-r--r-- | setup/windows/traccar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/windows/traccar.xml b/setup/windows/traccar.xml index 6220263ef..25128a3e0 100644 --- a/setup/windows/traccar.xml +++ b/setup/windows/traccar.xml @@ -119,7 +119,7 @@ </entry>
<entry key='database.updateDeviceStatus'>
- UPDATE devices SET status = :status, lastUpdate = :lastUpdate, motion = :motion WHERE id = :id;
+ UPDATE devices SET status = :status, lastUpdate = :lastUpdate WHERE id = :id;
</entry>
<entry key='database.deleteDevice'>
|