Various improvements
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good

This commit is contained in:
2025-08-25 23:37:35 +02:00
parent 83c9b53330
commit e89a7d4bff
15 changed files with 133 additions and 32 deletions

View File

@@ -37,4 +37,6 @@ public class Round extends AbstractEntity {
@ManyToOne
private Team drawnOut;
private Boolean isFinalsRound = Boolean.FALSE;
}