mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
[DS-2714] Oracle migration script for the service based api
This commit is contained in:
@@ -33,7 +33,7 @@ import java.util.List;
|
||||
* @version $Revision$
|
||||
*/
|
||||
@Entity
|
||||
@Table(name="collection", schema = "public")
|
||||
@Table(name="collection")
|
||||
public class Collection extends DSpaceObject implements DSpaceObjectLegacySupport
|
||||
{
|
||||
|
||||
@@ -79,7 +79,6 @@ public class Collection extends DSpaceObject implements DSpaceObjectLegacySuppor
|
||||
|
||||
@ManyToMany(fetch = FetchType.LAZY, cascade = {CascadeType.PERSIST})
|
||||
@JoinTable(
|
||||
schema = "public",
|
||||
name = "community2collection",
|
||||
joinColumns = {@JoinColumn(name = "collection_id") },
|
||||
inverseJoinColumns = {@JoinColumn(name = "community_id") }
|
||||
|
Reference in New Issue
Block a user