mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 04:23:13 +00:00
Remove custom Postgres Dialect. Replace with DatabaseAwareLobType
This commit is contained in:
@@ -59,7 +59,7 @@ public class MetadataValue implements ReloadableEntity<Integer> {
|
||||
* The value of the field
|
||||
*/
|
||||
@Lob
|
||||
@Type(type = "org.hibernate.type.MaterializedClobType")
|
||||
@Type(type = "org.dspace.storage.rdbms.hibernate.DatabaseAwareLobType")
|
||||
@Column(name = "text_value")
|
||||
private String value;
|
||||
|
||||
|
Reference in New Issue
Block a user