Skip to content

Commit

Permalink
SHIBUI-2397
Browse files Browse the repository at this point in the history
Fixing entity
  • Loading branch information
chasegawa committed Sep 20, 2022
1 parent 4ffeac5 commit fab1a88
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ public class ShibConfigurationProperty {
@Convert(converter = EmptyStringToNullConverter.class)
String defaultValue;

@Column(name = "description")
@Lob
@Type(type = "org.hibernate.type.TextType")
@Convert(converter = EmptyStringToNullConverter.class)
@Convert(converter = EmptyStringToNullConverter.class, disableConversion = true)
String description;

@Column(name = "idp_version", nullable = false)
Expand Down

0 comments on commit fab1a88

Please sign in to comment.