Dmitrii Rygalov
Dmitrii Rygalov
Hi! Hope all is well. I want to put little changes to your project hope they will be useful.
I'm building a docker container with liquibase-mongodb and run test changelogs on empty mongodb: * [changelog-create-index](https://github.com/liquibase/liquibase-mongodb/blob/main/src/test/resources/liquibase/ext/changelog.create-index.test.xml) **failed** * [changelog-insert-many](https://github.com/liquibase/liquibase-mongodb/blob/main/src/test/resources/liquibase/ext/changelog.insert-many.test.xml) **passed** Index creation was failed with the exception: ``` Caused by:...