From 306098fbeda545babb2c48c80e7fe98e22abb801 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 16 Nov 2015 11:46:59 +1300 Subject: Update device status in the database --- debug.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debug.xml') diff --git a/debug.xml b/debug.xml index 47f17bdae..b09a73d0a 100644 --- a/debug.xml +++ b/debug.xml @@ -209,6 +209,10 @@ UPDATE device SET name = :name, uniqueId = :uniqueId WHERE id = :id; + + UPDATE device SET status = :status, lastUpdate = :lastUpdate WHERE id = :id; + + DELETE FROM device WHERE id = :id; -- cgit v1.2.3