feat: move competition setting to ffsaf site
This commit is contained in:
parent
27dd22080c
commit
4be7b28efd
@ -50,4 +50,6 @@ public class MatchModel {
|
|||||||
@ElementCollection
|
@ElementCollection
|
||||||
@CollectionTable(name = "score", joinColumns = @JoinColumn(name = "id_match"))
|
@CollectionTable(name = "score", joinColumns = @JoinColumn(name = "id_match"))
|
||||||
List<ScoreEmbeddable> scores = new ArrayList<>();
|
List<ScoreEmbeddable> scores = new ArrayList<>();
|
||||||
|
|
||||||
|
char groupe = 'A';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user