aboutsummaryrefslogtreecommitdiff
path: root/debug.xml
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-03-09 23:13:06 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-03-09 23:13:06 +1300
commit5634860cbe5c43007df354acba79d5051c1eb987 (patch)
tree1c0eb8043b2a83eaa92f0902a4e67b3c4c22d82d /debug.xml
parent71c5871dc0221d7a82851f2c3ca3cd2b594982f2 (diff)
downloadtrackermap-server-5634860cbe5c43007df354acba79d5051c1eb987.tar.gz
trackermap-server-5634860cbe5c43007df354acba79d5051c1eb987.tar.bz2
trackermap-server-5634860cbe5c43007df354acba79d5051c1eb987.zip
Add parent field for device and group
Diffstat (limited to 'debug.xml')
-rw-r--r--debug.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug.xml b/debug.xml
index ce7c3190a..45c475a91 100644
--- a/debug.xml
+++ b/debug.xml
@@ -130,7 +130,7 @@
</entry>
<entry key='database.updateDevice'>
- UPDATE devices SET name = :name, uniqueId = :uniqueId WHERE id = :id;
+ UPDATE devices SET name = :name, uniqueId = :uniqueId, groupId = :groupId WHERE id = :id;
</entry>
<entry key='database.updateDeviceStatus'>
@@ -158,7 +158,7 @@
</entry>
<entry key='database.updateGroup'>
- UPDATE groups SET name = :name WHERE id = :id;
+ UPDATE groups SET name = :name, groupId = :groupId WHERE id = :id;
</entry>
<entry key='database.deleteGroup'>