fix(db): Column type of ClubModel
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 4m38s
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 4m38s
This commit is contained in:
parent
6e7dd94d03
commit
a0d31688ac
@ -41,13 +41,11 @@ public class ClubModel {
|
||||
@Schema(description = "Les contacts du club", example = "{\"SITE\": \"www.test.com\", \"COURRIEL\": \"test@test.com\"}")
|
||||
Map<Contact, String> contact;
|
||||
|
||||
@Lob
|
||||
@Column(length = 4096)
|
||||
@Column(columnDefinition = "TEXT")
|
||||
@Schema(description = "Liste des lieux d'entraînement", example = "[{\"text\":\"addr 1\",\"lng\":2.24654,\"lat\":52.4868658},{\"text\":\"addr 2\",\"lng\":2.88654,\"lat\":52.7865456}]")
|
||||
String training_location;
|
||||
|
||||
@Lob
|
||||
@Column(length = 4096)
|
||||
@Column(columnDefinition = "TEXT")
|
||||
@Schema(description = "Liste des jours et horaires d'entraînement (jours 0-6, 0=>lundi) (temps en minute depuis 00:00, 122=>2h02)", example = "[{\"day\":0,\"time_start\":164,\"time_end\":240},{\"day\":3,\"time_start\":124,\"time_end\":250}]")
|
||||
String training_day_time;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user