feat: move competition setting to ffsaf site

This commit is contained in:
Thibaut Valentin 2024-08-09 12:09:37 +02:00
parent 27dd22080c
commit 4be7b28efd

View File

@ -50,4 +50,6 @@ public class MatchModel {
@ElementCollection
@CollectionTable(name = "score", joinColumns = @JoinColumn(name = "id_match"))
List<ScoreEmbeddable> scores = new ArrayList<>();
char groupe = 'A';
}