------------------------------------------------------------------------------- Test set: com.tradecloud.repository.migration.FlywayMigrationSmokeTest ------------------------------------------------------------------------------- Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 36.96 s <<< FAILURE! -- in com.tradecloud.repository.migration.FlywayMigrationSmokeTest com.tradecloud.repository.migration.FlywayMigrationSmokeTest.migrateSuccessfullyFromRealStartupBase -- Time elapsed: 1.418 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.FlywayMigrationSmokeTest.migrateSuccessfullyFromRealStartupBase(FlywayMigrationSmokeTest.java:32)