------------------------------------------------------------------------------- Test set: com.tradecloud.repository.migration.FlywayPreloadedSchemaTest ------------------------------------------------------------------------------- Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 25.12 s <<< FAILURE! -- in com.tradecloud.repository.migration.FlywayPreloadedSchemaTest com.tradecloud.repository.migration.FlywayPreloadedSchemaTest.testFlywayAgainstPreloadedDevelopmentSchema -- Time elapsed: 0.478 s <<< ERROR! org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation Migration checksum mismatch for migration version 190 -> Applied to database : 273816472 -> Resolved locally : -1292262050 Either revert the changes to the migration, or run repair to update the schema history. Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE at com.tradecloud.repository.migration.FlywayPreloadedSchemaTest.testFlywayAgainstPreloadedDevelopmentSchema(FlywayPreloadedSchemaTest.java:27)