mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +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
|
||||
*/
|
||||
@Entity
|
||||
@Table(name = "Doi" )
|
||||
@Table(name = "doi" )
|
||||
public class DOI
|
||||
implements Identifier, ReloadableEntity<Integer>
|
||||
{
|
||||
|
Reference in New Issue
Block a user