From f6333c73fe8bdd0027bb16a715193e1587b934a2 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 25 Jul 2016 08:59:36 +0500 Subject: - Move lastPosition update to the end of pipeline - Optimize MotionEventHandler to do not use Device.motion - Remove Device.motion from model and database - some optimizations --- setup/unix/traccar.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup/unix') diff --git a/setup/unix/traccar.xml b/setup/unix/traccar.xml index e8b29a296..90cb5f74e 100644 --- a/setup/unix/traccar.xml +++ b/setup/unix/traccar.xml @@ -119,7 +119,7 @@ - UPDATE devices SET status = :status, lastUpdate = :lastUpdate, motion = :motion WHERE id = :id; + UPDATE devices SET status = :status, lastUpdate = :lastUpdate WHERE id = :id; -- cgit v1.2.3