Updated score saving in match

This commit is contained in:
2026-04-11 23:34:57 +02:00
parent 520edd0ca6
commit 26d60fc8b2
5 changed files with 77 additions and 35 deletions

View File

@@ -13,4 +13,4 @@ class ScoreTable extends Table {
@override
Set<Column<Object>> get primaryKey => {playerId, matchId, roundNumber};
}
}