4.0.3
Java API
h2 1.3.175
Windows
(Please include the content causing the issue, any relevant configuration settings, and the command you ran)
Removed already applied migration script
Flyway ignoring the missing, but already applied migration
Validate failed: Detected applied migration not resolved locally
This was maybe introduced by accident with #988.
Possible solution:
Check also for the MigrationState.MISSING SUCCESS in MigrationInfoImpl::validate()
The solution here would be to have something like an ignoreMissingMigrations flag, set to false by default. You could then set it to trueto get the behavior you want.
馃憤 need this too
+1
Duplicate of #1352
Most helpful comment
馃憤 need this too