Skip to content

Commit

Permalink
feat : 알림 title 데이터 추가 및 기존 메서드 수정 (알림 조회 v2)
Browse files Browse the repository at this point in the history
  • Loading branch information
alsduq1117 committed Oct 23, 2023
1 parent 444d2d0 commit 3e56fb5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@ public class Notification extends BaseTimeEntity {
@Enumerated(EnumType.STRING)
@Column(nullable = false, name = "notification_type")
private NotificationType notificationType;
<<<<<<< Updated upstream

@ManyToOne(fetch = FetchType.LAZY)
=======
@ManyToOne(fetch = FetchType.LAZY, cascade = CascadeType.REMOVE)
>>>>>>> Stashed changes
@JoinColumn(name = "user_Id")
private User receiver;

Expand Down

0 comments on commit 3e56fb5

Please sign in to comment.