Closed StorytellerCZ closed 10 months ago
From Meteor 2.4 we can use createIndex following the MongoDB naming change. This PR accounts for it to prevent deprecation notices and be use the new naming convention while remaining backward compatible.
createIndex
@aldeed Can you merge this (and possibly other PRs) and get out a new version or maybe can we move this to communit packages?
From Meteor 2.4 we can use
createIndex
following the MongoDB naming change. This PR accounts for it to prevent deprecation notices and be use the new naming convention while remaining backward compatible.