Skip to content
New issue

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

How to fix out of order migrations that were applied to production in release branch? #20

Closed
shinderahulb opened this issue Nov 2, 2017 · 2 comments
Assignees
Milestone

Comments

@shinderahulb
Copy link

I am working in Release branch. Main line has higher version of migration scripts. I have applied the hotfix to Production from Release branch. Now, how to apply the lower version migration in DEV environment. In flyway there was way to apply missing migration using OutOfOrder property. I am missing that property.

@lecaillon
Copy link
Owner

There is no such an option.
You could obviously run your script manually and insert a new record in the Evolve changelog metadata table. (Run this hotfix in a test database first, and check the content of the metadatable)

I'm planning to add this option in the next release of Evolve. If you could wait... but I imagine not.

@shinderahulb
Copy link
Author

shinderahulb commented Nov 11, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants