From d6e4b0780cbf4d0cc8995f44b888d8105be939f1 Mon Sep 17 00:00:00 2001 From: oleg Date: Sat, 28 Dec 2019 17:28:08 +0300 Subject: [PATCH] add note about east compatibility to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1bc8f10..e5c98b6 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ All executed migrations names will be stored at `_migrations` collection in the current database. Object with following properties will be passed to `migrate` and `rollback` functions: +*Please note* that mainstream mongodb adapter version (>= 1.x) requires +east >= 1.x, for using adapter with older east versions (prior to 1.x) please +use mongodb adapter version < 1.x. + * `db` - instance of [mongodb native db](http://mongodb.github.io/node-mongodb-native/api-generated/db.html) * `dropIndexIfExists` function(collection, index, callback) - helper function which can be used for dropping index in safe way (contrasting to