[DS-2714] Oracle migration script for the service based api

This commit is contained in:
KevinVdV
2015-08-25 12:42:14 +02:00
parent 5d97c7b82a
commit 726e19498d
46 changed files with 526 additions and 62 deletions

View File

@@ -25,7 +25,7 @@ import javax.persistence.*;
* @see org.dspace.content.MetadataField
*/
@Entity
@Table(name="metadataschemaregistry", schema = "public")
@Table(name="metadataschemaregistry")
public class MetadataSchema
{
/** Short Name of built-in Dublin Core schema. */