Skip to content

Commit

Permalink
hotfix: 컬럼 이름 변경 (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks authored Sep 17, 2024
1 parent db2a004 commit 0688668
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class MemberBlock {
@NotNull
@Column(name = "is_blocked")
private Boolean isBlocked = true;
@Column(name = "blocked_id")
@Column(name = "blocked_member_id")
private Long blockedId;
@Column(name = "blocker_id")
private Long blockerId;
Expand Down

0 comments on commit 0688668

Please sign in to comment.