Class V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration

  • All Implemented Interfaces:
    org.flywaydb.core.api.migration.JavaMigration

    public class V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration
    extends org.flywaydb.core.api.migration.BaseJavaMigration
    Migration class that will drop the public key for the dspace objects, the integer based key will be moved to a UUID
    Author:
    kevinvandevelde at atmire.com
    • Constructor Detail

      • V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration

        public V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration()
    • Method Detail

      • migrate

        public void migrate​(org.flywaydb.core.api.migration.Context context)
                     throws Exception
        Throws:
        Exception
      • getChecksum

        public Integer getChecksum()
        Specified by:
        getChecksum in interface org.flywaydb.core.api.migration.JavaMigration
        Overrides:
        getChecksum in class org.flywaydb.core.api.migration.BaseJavaMigration