Skip to content

Commit

Permalink
Pulled latest changes
Browse files Browse the repository at this point in the history
Signed-off-by: Mohanachandran S <[email protected]>
  • Loading branch information
mohanachandran-s committed Aug 13, 2024
2 parents b7d35a5 + 320459c commit 7136b4b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,8 @@ public class Holiday extends BaseEntity implements Serializable {
@AttributeOverride(name = "holidayDate", column = @Column(name = "holiday_date", nullable = false)),
@AttributeOverride(name = "locationCode", column = @Column(name = "location_code", nullable = false, length = 36)),
@AttributeOverride(name = "langCode", column = @Column(name = "lang_code", nullable = false, length = 3)) })
@Column(name = "holiday_date", nullable = false)
private LocalDate holidayDate;

@Column(name = "location_code", nullable = false, length = 36)
private String locationCode;

@Column(name = "lang_code", nullable = false, length = 3)
private String langCode;

@Column(name = "holiday_name", nullable = false, length = 64)
Expand Down

0 comments on commit 7136b4b

Please sign in to comment.