mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 10:34:25 +00:00
DS-3701 explicitly set the doi table name to lowercase
This commit is contained in:
@@ -20,7 +20,7 @@ import javax.persistence.*;
|
|||||||
* @author Pascal-Nicolas Becker
|
* @author Pascal-Nicolas Becker
|
||||||
*/
|
*/
|
||||||
@Entity
|
@Entity
|
||||||
@Table(name = "Doi" )
|
@Table(name = "doi" )
|
||||||
public class DOI
|
public class DOI
|
||||||
implements Identifier, ReloadableEntity<Integer>
|
implements Identifier, ReloadableEntity<Integer>
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user