diff options
author | Abyss777 <abyss@fox5.ru> | 2016-07-14 15:21:43 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-07-14 15:21:43 +0500 |
commit | e910d9337a35fad663c978ff9121ed64ca28af91 (patch) | |
tree | ebc6c6c964f09da40e3775db759c95524eb27ad3 /setup/unix | |
parent | 82fd4d09aa7ac37bf2eb1857b12efbd3bc773a94 (diff) | |
download | trackermap-server-e910d9337a35fad663c978ff9121ed64ca28af91.tar.gz trackermap-server-e910d9337a35fad663c978ff9121ed64ca28af91.tar.bz2 trackermap-server-e910d9337a35fad663c978ff9121ed64ca28af91.zip |
- Fixed saving parent group when creating new group.
- Fixed storing device and group if parent group is not defined.
- Fixed Warning in browser console about missed requirements.
Diffstat (limited to 'setup/unix')
-rw-r--r-- | setup/unix/traccar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/unix/traccar.xml b/setup/unix/traccar.xml index 83abb48fd..a8bf9c334 100644 --- a/setup/unix/traccar.xml +++ b/setup/unix/traccar.xml @@ -139,7 +139,7 @@ </entry> <entry key='database.insertGroup'> - INSERT INTO groups (name) VALUES (:name); + INSERT INTO groups (name, groupId) VALUES (:name, :groupId); </entry> <entry key='database.updateGroup'> |