Skip to content

Commit

Permalink
Merge pull request #369 from daedongbread/hotfix
Browse files Browse the repository at this point in the history
hotfix : comment 알림 오류 수정
  • Loading branch information
JayPark7821 authored Nov 18, 2023
2 parents 5e429f1 + eba0cc6 commit 38f3dde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class Comment extends BaseEntity {
private String content;

@ManyToOne(fetch = LAZY)
@JoinColumn(name = "post_id", insertable = false, updatable = false)
@JoinColumn(name = "post_id")
private Post post;

@Column(nullable = false)
Expand Down

0 comments on commit 38f3dde

Please sign in to comment.