- All Known Subinterfaces:
JdbcMigration
public interface MigrationChecksumProvider
Migration implementors that also implement this interface will be able to
specify their checksum (for validation), instead of having it automatically
computed or default to null (for Java Migrations).
- Author:
- Roland Praml, FOCONIS AG
-
Method Summary
-
Method Details
-
getChecksum
int getChecksum()Return the checksum for the given migration.
-