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