Skip to content

Commit

Permalink
♻️ [STMT-254] 활동 생성 멤버를 author로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcv9203 committed Apr 20, 2024
1 parent 4f42f11 commit ea1239f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public class ActivityJpaEntity extends BaseTimeEntity {

@OneToOne
@JoinColumn(name = "member_id")
@Comment("연관된 멤버")
private ActivityMemberJpaEntity member;
@Comment("활동을 생성한 멤버")
private ActivityMemberJpaEntity author;

@Column(name = "category", nullable = false)
@Enumerated(EnumType.STRING)
Expand Down

0 comments on commit ea1239f

Please sign in to comment.