Renamed score dao
This commit is contained in:
@@ -7,7 +7,7 @@ import 'package:tallee/data/dao/match_dao.dart';
|
||||
import 'package:tallee/data/dao/player_dao.dart';
|
||||
import 'package:tallee/data/dao/player_group_dao.dart';
|
||||
import 'package:tallee/data/dao/player_match_dao.dart';
|
||||
import 'package:tallee/data/dao/score_dao.dart';
|
||||
import 'package:tallee/data/dao/score_entry_dao.dart';
|
||||
import 'package:tallee/data/dao/team_dao.dart';
|
||||
import 'package:tallee/data/db/tables/game_table.dart';
|
||||
import 'package:tallee/data/db/tables/group_table.dart';
|
||||
@@ -38,7 +38,7 @@ part 'database.g.dart';
|
||||
PlayerGroupDao,
|
||||
PlayerMatchDao,
|
||||
GameDao,
|
||||
ScoreDao,
|
||||
ScoreEntryDao,
|
||||
TeamDao,
|
||||
],
|
||||
)
|
||||
|
||||
@@ -2710,7 +2710,7 @@ abstract class _$AppDatabase extends GeneratedDatabase {
|
||||
this as AppDatabase,
|
||||
);
|
||||
late final GameDao gameDao = GameDao(this as AppDatabase);
|
||||
late final ScoreDao scoreDao = ScoreDao(this as AppDatabase);
|
||||
late final ScoreEntryDao scoreEntryDao = ScoreEntryDao(this as AppDatabase);
|
||||
late final TeamDao teamDao = TeamDao(this as AppDatabase);
|
||||
@override
|
||||
Iterable<TableInfo<Table, Object?>> get allTables =>
|
||||
|
||||
Reference in New Issue
Block a user