aboutsummaryrefslogtreecommitdiff
path: root/debug.xml
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-10-21 06:12:37 +0500
committerAbyss777 <abyss@fox5.ru>2016-10-21 06:12:37 +0500
commit1756637b8727f592712950e12a99521e5f5c636e (patch)
tree8195f8ab0e05ff23153782dec1444f8fda790264 /debug.xml
parentf7a00616b14821203f89e63d9c887b3e98b9826e (diff)
downloadtraccar-server-1756637b8727f592712950e12a99521e5f5c636e.tar.gz
traccar-server-1756637b8727f592712950e12a99521e5f5c636e.tar.bz2
traccar-server-1756637b8727f592712950e12a99521e5f5c636e.zip
Rename type to category
Diffstat (limited to 'debug.xml')
-rw-r--r--debug.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/debug.xml b/debug.xml
index 67b514d13..d32d9eaf8 100644
--- a/debug.xml
+++ b/debug.xml
@@ -168,8 +168,8 @@
</entry>
<entry key='database.insertDevice'>
- 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)
</entry>
<entry key='database.updateDevice'>
@@ -181,7 +181,7 @@
phone = :phone,
model = :model,
contact = :contact,
- type = :type
+ category = :category
WHERE id = :id
</entry>