Using (deprecated) init goal in Maven takes wrong baseline version #892
Labels
Milestone
Comments
axelfontaine
added a commit
to flyway/flywaydb.org
that referenced
this issue
Nov 28, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading to Flyway 3.1:
When executing the "init" goal with Maven plugin, Flyway takes wrong baseline version.
Log says: "Schema baselined with version: 1"
config says: 0.1.0.000
As a consequence my delta scripts were not executed, since they start with "0.".
After changing "init" to "baseline" everything is fine.
The text was updated successfully, but these errors were encountered: