Skip to content

Releases: pitagoras3/mongo-index-copy

v1.0.0

24 Feb 14:29
6a7ab21
Compare
Choose a tag to compare

First release of mongo-index-copy allows user to copy MongoDB indexes from source collection, and recreate them on destination collection. It can be achieved using both public methods:

  • MongoIndexCopy.copyAllIndexes,
  • MongoIndexCopy.copyIndexes

Full Changelog: https://github.com/pitagoras3/mongo-index-copy/commits/v1.0.0