Skip to content

Commit

Permalink
[#12048] Revert column type for notification title (#12881)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqing26 committed Mar 10, 2024
1 parent b48dabb commit e5e8fbd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ public class Notification extends BaseEntity {
@Enumerated(EnumType.STRING)
private NotificationTargetUser targetUser;

@Column(nullable = false, columnDefinition = "TEXT")
@Column(nullable = false)
private String title;

@Column(nullable = false, columnDefinition = "TEXT")
Expand Down

0 comments on commit e5e8fbd

Please sign in to comment.