1
0
Fork 0

Remove isSmart attribute in community edition for Agency.

This commit is contained in:
Max Neunhoeffer 2016-09-28 16:21:09 +02:00
parent f4d9c30ee2
commit 5f2eca61ab
1 changed files with 0 additions and 1 deletions

View File

@ -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));
}