Package org.dspace.storage.rdbms.migration
package org.dspace.storage.rdbms.migration
-
ClassesClassDescriptionThis Utility class offers utility methods which may be of use to perform common Java database migration task(s) (via Flyway).This class is in support of the "V1.4__Upgrade_to_DSpace_1.4_schema.sql" It simply drops the database constraint associated with the "name" column of the "community" table.This class is in support of the "V1.6__Upgrade_to_DSpace_1.6_schema.sql" It simply drops a few database constraints.This class is in support of the DS-1582 Metadata for All Objects feature.Migration class that will drop the public key for the dspace objects, the integer based key will be moved to a UUIDUser: kevin (kevin at atmire.com) Date: 1/09/15 Time: 12:08This Flyway Java migration deletes any legacy DBMS browse tables found in the database.This class automatically adding rptype to the resource policy created with a migration into XML-based Configurable Workflow systemInsert a 'dc.identifier.uri' metadata record for each Community and Collection in the database.