mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 12:03:09 +00:00
[DS-2714] Oracle migration script for the service based api
This commit is contained in:
@@ -29,7 +29,7 @@ import java.util.*;
|
||||
* @version $Revision$
|
||||
*/
|
||||
@Entity
|
||||
@Table(name="community", schema = "public")
|
||||
@Table(name="community")
|
||||
public class Community extends DSpaceObject implements DSpaceObjectLegacySupport
|
||||
{
|
||||
/** log4j category */
|
||||
@@ -40,7 +40,6 @@ public class Community extends DSpaceObject implements DSpaceObjectLegacySupport
|
||||
|
||||
@ManyToMany(fetch = FetchType.LAZY)
|
||||
@JoinTable(
|
||||
schema = "public",
|
||||
name = "community2community",
|
||||
joinColumns = {@JoinColumn(name = "parent_comm_id") },
|
||||
inverseJoinColumns = {@JoinColumn(name = "child_comm_id") }
|
||||
|
Reference in New Issue
Block a user