diff options
Diffstat (limited to 'setup/unix/traccar.xml')
-rw-r--r-- | setup/unix/traccar.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/setup/unix/traccar.xml b/setup/unix/traccar.xml index 83abb48fd..8a119f35a 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'> @@ -388,5 +388,6 @@ <entry key='huasheng.port'>5111</entry> <entry key='l100.port'>5112</entry> <entry key='granit.port'>5113</entry> + <entry key='carcell.port'>5114</entry> </properties> |