Fehlende Methoden für Games Datenbank inplementieren #76
@@ -11,8 +11,7 @@ class GroupGameDao extends DatabaseAccessor<AppDatabase>
|
|||||||
GroupGameDao(super.db);
|
GroupGameDao(super.db);
|
||||||
|
|
||||||
/// Associates a group with a game by inserting a record into the
|
/// Associates a group with a game by inserting a record into the
|
||||||
/// [GroupGameTable]. If there is already group associated to the game,
|
/// [GroupGameTable].
|
||||||
/// it will be replaced.
|
|
||||||
Future<void> addGroupToGame({
|
Future<void> addGroupToGame({
|
||||||
required String gameId,
|
required String gameId,
|
||||||
required String groupId,
|
required String groupId,
|
||||||
|
flixcoo marked this conversation as resolved
|
|||||||
|
|||||||
Reference in New Issue
Block a user
sind hier nicht addGroupToGame und updateGroupOfGame redundant? Zumindest steht bei addGroupToGame ja, dass es replaced wird, wenn's existiert