aboutsummaryrefslogtreecommitdiff
path: root/debug.xml
diff options
context:
space:
mode:
Diffstat (limited to 'debug.xml')
-rw-r--r--debug.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.xml b/debug.xml
index 19e81db07..346eda292 100644
--- a/debug.xml
+++ b/debug.xml
@@ -324,7 +324,7 @@
</entry>
<entry key='database.clearPositionsHistory'>
- DELETE FROM positions WHERE deviceid = :deviceId and servertime &lt; :serverTime;
+ DELETE FROM positions WHERE id != :positionId and deviceid = :deviceId and servertime &lt; :serverTime;
</entry>
<!-- PROTOCOL CONFIG -->