Deployed Version 1

This commit is contained in:
RIT Services
2026-08-04 03:42:38 +00:00
parent 2f18d432e7
commit e931328788
7 changed files with 46 additions and 48 deletions

View File

@@ -76,7 +76,7 @@ public class Event {
@Column(name = "is_public_event")
private Boolean isPublicEvent = false;
@Column(columnDefinition = "MEDIUMTEXT")
@Column(columnDefinition = "TEXT")
private String image;
@Column(name = "targeted_batch")