mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 21:43:11 +00:00
[DS-2714] Oracle migration script for the service based api
This commit is contained in:
@@ -22,7 +22,7 @@ import javax.persistence.*;
|
||||
* @see org.dspace.content.MetadataSchema
|
||||
*/
|
||||
@Entity
|
||||
@Table(name="metadatafieldregistry", schema = "public")
|
||||
@Table(name="metadatafieldregistry")
|
||||
public class MetadataField {
|
||||
|
||||
@Id
|
||||
|
Reference in New Issue
Block a user