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

Adds configurable outOfOrder parameter to flyway #19

Conversation

apschexn
Copy link

Often times a new migration needs to be added to the middle of an
existing set of migrations in order to patch the migration
functionality. Enabling out of order migrations can be accomplished by
setting the value to true. This functionality is also helpful in a large
team when one migration is merged and deployed before another migration
created earlier by another developer is merged and deployed

Often times a new migration needs to be added to the middle of an
existing set of migrations in order to patch the migration
functionality. Enabling out of order migrations can be accomplished by
setting the value to true. This functionality is also helpful in a large
team when one migration is merged and deployed before another migration
created earlier by another developer
@tototoshi
Copy link
Owner

Thank you for pull-req.
I prefer db.${dbName}.migration.outOfOrder rather than flyway.out-of-order-migrations.

@apschexn
Copy link
Author

I will make the update

@kenichiro22
Copy link
Contributor

I want to set outOfOrder parameter too.
If you do not update this pull request, I will create another pull request.

@tototoshi
Copy link
Owner

Fixed by #30

@tototoshi tototoshi closed this Jan 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants