Interface MigrationChecksumProvider


  • 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 Detail

      • getChecksum

        int getChecksum()
        Return the checksum for the given migration.