dev add notification entity
Test Workflow / test (push) Successful in 5s

This commit is contained in:
vladp
2026-04-03 12:29:09 +07:00
parent ecd42ce263
commit a9eda37aad
@@ -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;