Skip to content

Commit bc134b5

Browse files
authored
Merge pull request #330 from let-s-record-it/develop
InviteLog 엔티티에 누락된 어노테이션 추가
2 parents 4a29c33 + 4313a67 commit bc134b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/sillim/recordit/invite/domain/InviteLog.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public class InviteLog extends BaseTime {
2626
private Long calendarId;
2727

2828
@Column(nullable = false)
29+
@Enumerated(EnumType.STRING)
2930
private InviteState state;
3031

3132
public InviteLog(Long inviterId, Long invitedId, Long calendarId, InviteState state) {

0 commit comments

Comments
 (0)