Class V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration
- java.lang.Object
-
- org.flywaydb.core.api.migration.BaseJavaMigration
-
- org.dspace.storage.rdbms.migration.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.BaseJavaMigrationMigration 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 Summary
Constructors Constructor Description V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetChecksum()voidmigrate(org.flywaydb.core.api.migration.Context context)
-
-
-
Method Detail
-
migrate
public void migrate(org.flywaydb.core.api.migration.Context context) throws Exception- Throws:
Exception
-
getChecksum
public Integer getChecksum()
- Specified by:
getChecksumin interfaceorg.flywaydb.core.api.migration.JavaMigration- Overrides:
getChecksumin classorg.flywaydb.core.api.migration.BaseJavaMigration
-
-