mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 06:23:10 +00:00
[DS-2714] Oracle migration script for the service based api
This commit is contained in:
@@ -29,7 +29,7 @@ import javax.persistence.*;
|
||||
* @version $Revision$
|
||||
*/
|
||||
@Entity
|
||||
@Table(name = "eperson", schema = "public")
|
||||
@Table(name = "eperson")
|
||||
public class EPerson extends DSpaceObject implements DSpaceObjectLegacySupport
|
||||
{
|
||||
@Column(name="eperson_id", insertable = false, updatable = false)
|
||||
|
Reference in New Issue
Block a user