Class V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration
- java.lang.Object
-
- org.dspace.storage.rdbms.migration.V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration
-
- All Implemented Interfaces:
org.flywaydb.core.api.migration.jdbc.JdbcMigration,org.flywaydb.core.api.migration.MigrationChecksumProvider
public class V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration extends Object implements org.flywaydb.core.api.migration.jdbc.JdbcMigration, org.flywaydb.core.api.migration.MigrationChecksumProvider
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 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(Connection connection)
-
-
-
Method Detail
-
migrate
public void migrate(Connection connection) throws Exception
- Specified by:
migratein interfaceorg.flywaydb.core.api.migration.jdbc.JdbcMigration- Throws:
Exception
-
getChecksum
public Integer getChecksum()
- Specified by:
getChecksumin interfaceorg.flywaydb.core.api.migration.MigrationChecksumProvider
-
-