Class V7_0_2018_04_03__Upgrade_Workflow_Policy
- java.lang.Object
-
- org.flywaydb.core.api.migration.BaseJavaMigration
-
- org.dspace.storage.rdbms.migration.V7_0_2018_04_03__Upgrade_Workflow_Policy
-
- All Implemented Interfaces:
org.flywaydb.core.api.migration.JavaMigration
public class V7_0_2018_04_03__Upgrade_Workflow_Policy extends org.flywaydb.core.api.migration.BaseJavaMigrationThis class automatically adding rptype to the resource policy created with a migration into XML-based Configurable Workflow system- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
-
-
Field Summary
Fields Modifier and Type Field Description protected Integermigration_file_size
-
Constructor Summary
Constructors Constructor Description V7_0_2018_04_03__Upgrade_Workflow_Policy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetChecksum()voidmigrate(org.flywaydb.core.api.migration.Context context)
-
-
-
Field Detail
-
migration_file_size
protected Integer migration_file_size
-
-
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
-
-