Skip to content

Commit

Permalink
ITDS-63 fix: 모집 마감일 not null 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
kikingki committed Nov 19, 2024
1 parent 9b58fc4 commit 4c4afd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public class InfoPost extends BaseTime {
@Column(name = "recruitment_start_date")
private LocalDate recruitmentStartDate;

@NotNull
@Column(name = "recruitment_end_date")
private LocalDate recruitmentEndDate;

Expand Down

0 comments on commit 4c4afd2

Please sign in to comment.