Skip to content

Commit

Permalink
♻️ :: 공고 entity 제약조건 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dkflfkd53 committed Apr 11, 2024
1 parent 609150e commit 3490880
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class Notice {
@Column(name = "assignment_1", nullable = false)
private String assignment1;

@OneToOne(fetch = FetchType.LAZY, cascade = CascadeType.REFRESH)
@OneToOne(fetch = FetchType.LAZY, cascade = CascadeType.ALL)
@JoinColumn(name = "club")
private Club clubName;

Expand Down

0 comments on commit 3490880

Please sign in to comment.