Open hiddentao opened 9 years ago
This is due to the method having been deprecated, see http://docs.mongodb.org/master/reference/method/db.collection.ensureIndex/.
We need monk to support this new call (createIndex()) in order to use it.
createIndex()
Just released v2 with updated dependencies. Hopefully this works now.
This is due to the method having been deprecated, see http://docs.mongodb.org/master/reference/method/db.collection.ensureIndex/.
We need monk to support this new call (
createIndex()
) in order to use it.