liquibase-mongodb
liquibase-mongodb copied to clipboard
updateSQL feature not working
From Liquibase Forum: https://forum.liquibase.org/t/liquibase-maven-plugin-with-mongo-db-updatesql/5214/7 https://forum.liquibase.org/t/doesnt-liquibase-updatesql-goal-work-with-mongo/5251
There is no plans yet to enable this feature. Will adjust README do be more explicit on supported features. This issue will remain in backlog if any Idea how to implement it comes. to mind.
Hello @alexandru-slobodcicov,
We needed update sql feature for mongodb. I forked the project to add this feature. It works well for us.
I just serialized statements as run commands and added a few custom sql generators for lock operations.
It may be useful for others, too. I would be happy to send a merge request if you are interested in.
My Repository Link: https://github.com/sinanyumak/liquibase-mongodb/tree/LIQU-1
Hello @vitaliimak,
May i get your opinion about this?
Hi @sinanyumak! Thanks for your work. It would be great if you could open a pull request so our team can test and review it.
I've created a pull request. @vitaliimak
Thank you :)
Pull Request Link: https://github.com/liquibase/liquibase-mongodb/pull/544