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.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 Summary
Constructors -
Method Summary
Methods inherited from class org.flywaydb.core.api.migration.BaseJavaMigration
canExecuteInTransaction, getDescription, getVersion, isBaselineMigration, isUndo
-
Constructor Details
-
V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration
public V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration()
-
-
Method Details
-
migrate
- Throws:
Exception
-
getChecksum
- Specified by:
getChecksumin interfaceorg.flywaydb.core.api.migration.JavaMigration- Overrides:
getChecksumin classorg.flywaydb.core.api.migration.BaseJavaMigration
-