mirror of https://gitee.com/bigwinds/arangodb
fixed issue #2052
This commit is contained in:
parent
b2c45de1d1
commit
1a2a3ba448
|
@ -76,6 +76,8 @@ devel
|
||||||
v3.0.8 (XXXX-XX-XX)
|
v3.0.8 (XXXX-XX-XX)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
* fixed issue #2052
|
||||||
|
|
||||||
* fixed issue #2005
|
* fixed issue #2005
|
||||||
|
|
||||||
* fixed issue #2039
|
* fixed issue #2039
|
||||||
|
|
|
@ -379,7 +379,7 @@
|
||||||
collName: collName,
|
collName: collName,
|
||||||
wfs: wfs,
|
wfs: wfs,
|
||||||
isSystem: isSystem,
|
isSystem: isSystem,
|
||||||
collSize: collSize,
|
journalSize: collSize,
|
||||||
replicationFactor: replicationFactor,
|
replicationFactor: replicationFactor,
|
||||||
collType: collType,
|
collType: collType,
|
||||||
shards: shards,
|
shards: shards,
|
||||||
|
|
Loading…
Reference in New Issue