The fact that repeatable migrations are applied after versioned migrations should be documented explicitly #1277
Labels
Milestone
Comments
You are correct. There is definitely room for improvement here. Would you like to submit a PR against flyway/flywaydb.org ? |
@axelfontaine, I had a problem when I run a migration, a repeatable script run before the versioned ones. This problem can be ocurred because the migration are out of order? |
Please open a new issue with exact steps how to reproduce |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently there is no statement anywhere in the documentation about an order in which versioned and repeatable migrations are applied. Would be great to explicitly document the fact that by default the repeatable migrations are always applied after the versioned ones.
The text was updated successfully, but these errors were encountered: