refactoring

This commit is contained in:
DahoudG
2024-09-01 04:08:20 +00:00
parent 4ccf1b0349
commit dc1482c399
3 changed files with 30 additions and 25 deletions

View File

@@ -36,7 +36,6 @@ public class Events extends BaseEntity {
@JsonProperty("date")
private LocalDateTime eventDate;
@NotNull
@Size(max = 100)
@Column(name = "location", nullable = false, length = 100)
@JsonProperty("location")