Fixed bug

This commit is contained in:
2026-04-21 22:12:13 +02:00
parent 543b4d949e
commit f24aeff55a

View File

@@ -24,7 +24,7 @@ class PlayerMatchDao extends DatabaseAccessor<AppDatabase>
matchId: matchId, matchId: matchId,
teamId: Value(teamId), teamId: Value(teamId),
), ),
mode: InsertMode.insertOrIgnore, mode: InsertMode.insertOrReplace,
); );
} }