This commit is contained in:
@@ -35,6 +35,7 @@ public class Notification {
|
|||||||
@Column(name = "message")
|
@Column(name = "message")
|
||||||
private String message;
|
private String message;
|
||||||
|
|
||||||
|
@Enumerated(EnumType.STRING)
|
||||||
@Column(name = "notification_type")
|
@Column(name = "notification_type")
|
||||||
private NotificationType notificationType;
|
private NotificationType notificationType;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user