mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 02:24:18 +00:00
[DS-2714] Oracle migration script for the service based api
This commit is contained in:
@@ -17,7 +17,7 @@ import javax.persistence.*;
|
||||
* @author kevinvandevelde at atmire.com
|
||||
*/
|
||||
@Entity
|
||||
@Table(name = "subscription", schema = "public")
|
||||
@Table(name = "subscription")
|
||||
public class Subscription {
|
||||
|
||||
@Id
|
||||
|
Reference in New Issue
Block a user