public class V6_0_2015_09_01__DS_2701_Enable_XMLWorkflow_Migration extends Object implements org.flywaydb.core.api.migration.jdbc.JdbcMigration, org.flywaydb.core.api.migration.MigrationChecksumProvider
Because XML-based Configurable Workflow existed prior to our migration, this class first checks for the existence of the "cwf_workflowitem" table before running any migrations.
This class represents a Flyway DB Java Migration http://flywaydb.org/documentation/migration/java.html
It can upgrade a 6.0 version of DSpace to use the XMLWorkflow. User: kevin (kevin at atmire.com) Date: 1/09/15 Time: 11:34
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
migration_file_size |
| Constructor and Description |
|---|
V6_0_2015_09_01__DS_2701_Enable_XMLWorkflow_Migration() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getChecksum() |
void |
migrate(Connection connection) |
protected Integer migration_file_size
public V6_0_2015_09_01__DS_2701_Enable_XMLWorkflow_Migration()
public void migrate(Connection connection) throws Exception
migrate in interface org.flywaydb.core.api.migration.jdbc.JdbcMigrationExceptionpublic Integer getChecksum()
getChecksum in interface org.flywaydb.core.api.migration.MigrationChecksumProviderCopyright © 2017 DuraSpace. All rights reserved.