Added tournament.active
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good
This commit is contained in:
@@ -49,6 +49,8 @@ public class Tournament extends AbstractEntity {
|
||||
|
||||
private Long courts;
|
||||
|
||||
private Boolean active;
|
||||
|
||||
public void initialize() {
|
||||
this.events = new ArrayList<>();
|
||||
this.events.addAll(Event.getBlankEventSet(this));
|
||||
|
||||
Reference in New Issue
Block a user