We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, i have installed the liquibase-mongodb extension 4.12.0 to the liquibase (also 4.12.0) "lib" folder with the following dependencies :
When I execute liquibase commands against a non-Mongo project i'm facing two kinds of issue :
The 2 issues seems to be relative to the createIndex change.
Version 4.12.0
What could explain this?
The text was updated successfully, but these errors were encountered:
I found the problem with version 4.15.0. the mongodb createIndex method override the core method
without plugin against mariadb:
with plugin against mariadb:
Sorry, something went wrong.
It also fail on (auto)rollback (here against MySQL) :
liquibase.exception.RollbackImpossibleException: liquibase.exception.RollbackImpossibleException: dropIndex is not supported on mysql
No branches or pull requests
2 issues on relational database (h2 for the example) when liquibase-mongodb is in the classpath
Hi, i have installed the liquibase-mongodb extension 4.12.0 to the liquibase (also 4.12.0) "lib" folder with the following dependencies :
When I execute liquibase commands against a non-Mongo project i'm facing two kinds of issue :
The 2 issues seems to be relative to the createIndex change.
Samples projects to reproduce
Bonus : different sizes for the same artifact
Version 4.12.0
What could explain this?
The text was updated successfully, but these errors were encountered: