Renamed score dao
Some checks failed
Pull Request Pipeline / lint (pull_request) Failing after 44s
Pull Request Pipeline / test (pull_request) Failing after 1m33s

This commit is contained in:
2026-04-13 22:49:30 +02:00
parent c43b7b478c
commit 73c85b1ff2
4 changed files with 13 additions and 12 deletions

View File

@@ -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 =>