dev add context for notifcations
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-05-13 13:39:02 +07:00
parent 0546f6acd5
commit 48c14d475d
10 changed files with 154 additions and 21 deletions
@@ -42,6 +42,9 @@ public class Notification {
@Column(name = "status")
private NotificationStatus status = NotificationStatus.NEW;
@Column(name = "context", columnDefinition = "TEXT")
private String context;
@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "user_id")
@JsonIgnore