Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
GayeongKimm committed Jul 31, 2024
1 parent 180f1ea commit 0770956
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@ public class MemberEntity extends BaseTimeEntity {
@Enumerated(EnumType.STRING)
private MemberCategory memberCategory;

@Builder.Default
@Enumerated(EnumType.STRING)
private MemberState memberState = MemberState.ACTIVE;

@Column(name = "member_fcm_token", columnDefinition = "TEXT")
private String memberFcmToken;

@Builder.Default
private Boolean isOffAlarm = Boolean.FALSE;

@OneToOne(fetch = FetchType.LAZY, orphanRemoval = true)
Expand Down

0 comments on commit 0770956

Please sign in to comment.