Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 941 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 941 Bytes

Backers on Open Collective Sponsors on Open Collective Build Status Documentation Status

mongodb

mongodb driver for db-migrate

Breaking Changes from v1.5.0:

  • The response payload schema for _getCollectionNames has changed
    • We noticed that the property name collectionName is now just name
    • Also MongoDB 3.0 deprecates direct access to the system.indexes collection, so tests looking for this collection no longer do

Running Tests

docker-compose up -d
npm test