refactoring
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user