Skip to content

Commit

Permalink
[FIX] EnumType constraint removed
Browse files Browse the repository at this point in the history
  • Loading branch information
c0smosaur authored Jun 9, 2024
1 parent 1d47a51 commit 7524984
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public class ClubNotice extends BaseEntity { // board -> notice
private Long memberId;
private String title;
private String content;

@Enumerated(EnumType.STRING)

private NotificationType type; //게시판 or 공지
}

0 comments on commit 7524984

Please sign in to comment.