Package org.flywaydb.core.api.migration
Interface MigrationChecksumProvider
-
@Deprecated public interface MigrationChecksumProvider
Deprecated.Extend JavaMigration or BaseJavaMigration instead. Will be removed in Flyway 6.0.Migration implementors that also implement this interface will be able to specify their checksum (for validation), instead of having it automatically computed or default tonull(for Java Migrations).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description IntegergetChecksum()Deprecated.Computes the checksum of the migration.
-
-
-
Method Detail
-
getChecksum
Integer getChecksum()
Deprecated.Computes the checksum of the migration.- Returns:
- The checksum of the migration.
-
-