mirror of https://gitee.com/bigwinds/arangodb
Remove isSmart attribute in community edition for Agency.
This commit is contained in:
parent
f4d9c30ee2
commit
5f2eca61ab
|
@ -1034,7 +1034,6 @@ void LogicalCollection::toVelocyPackInObject(VPackBuilder& result) const {
|
|||
result.add("indexBuckets", VPackValue(_indexBuckets));
|
||||
result.add("replicationFactor", VPackValue(_replicationFactor));
|
||||
result.add("numberOfShards", VPackValue(_numberOfShards));
|
||||
result.add("isSmart", VPackValue(_isSmart));
|
||||
if (!_distributeShardsLike.empty()) {
|
||||
result.add("distributeShardsLike", VPackValue(_distributeShardsLike));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue