From 8ce7ef517c2913483eee7a09fd19e98cfd37b6e8 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Tue, 26 Jul 2016 15:22:03 +0500 Subject: Do not store device status in database --- debug.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.xml') diff --git a/debug.xml b/debug.xml index bd55b7ee1..c08d46531 100644 --- a/debug.xml +++ b/debug.xml @@ -171,7 +171,7 @@ - UPDATE devices SET status = :status, lastUpdate = :lastUpdate WHERE id = :id; + UPDATE devices SET lastUpdate = :lastUpdate WHERE id = :id; -- cgit v1.2.3