From 1756637b8727f592712950e12a99521e5f5c636e Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Fri, 21 Oct 2016 06:12:37 +0500 Subject: Rename type to category --- debug.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debug.xml') diff --git a/debug.xml b/debug.xml index 67b514d13..d32d9eaf8 100644 --- a/debug.xml +++ b/debug.xml @@ -168,8 +168,8 @@ - INSERT INTO devices (name, uniqueId, groupId, attributes, phone, model, contact, type) - VALUES (:name, :uniqueId, :groupId, :attributes, :phone, :model, :contact, :type) + INSERT INTO devices (name, uniqueId, groupId, attributes, phone, model, contact, category) + VALUES (:name, :uniqueId, :groupId, :attributes, :phone, :model, :contact, :category) @@ -181,7 +181,7 @@ phone = :phone, model = :model, contact = :contact, - type = :type + category = :category WHERE id = :id -- cgit v1.2.3