Class V6_0_2016_01_26__DS_2188_Remove_DBMS_Browse_Tables
- java.lang.Object
-
- org.flywaydb.core.api.migration.BaseJavaMigration
-
- org.dspace.storage.rdbms.migration.V6_0_2016_01_26__DS_2188_Remove_DBMS_Browse_Tables
-
- All Implemented Interfaces:
org.flywaydb.core.api.migration.JavaMigration
public class V6_0_2016_01_26__DS_2188_Remove_DBMS_Browse_Tables extends org.flywaydb.core.api.migration.BaseJavaMigrationThis Flyway Java migration deletes any legacy DBMS browse tables found in the database. See https://jira.duraspace.org/browse/DS-2188.- Author:
- Tim Donohue
-
-
Constructor Summary
Constructors Constructor Description V6_0_2016_01_26__DS_2188_Remove_DBMS_Browse_Tables()
-
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, SQLException- Throws:
ExceptionSQLException
-
getChecksum
public Integer getChecksum()
- Specified by:
getChecksumin interfaceorg.flywaydb.core.api.migration.JavaMigration- Overrides:
getChecksumin classorg.flywaydb.core.api.migration.BaseJavaMigration
-
-