Adjusted attributes to table definition

This commit is contained in:
2025-11-19 00:23:28 +01:00
parent f6ebda7984
commit 5dcd0826bd
4 changed files with 4 additions and 11 deletions

View File

@@ -4,6 +4,5 @@ part of 'game_dao.dart';
// ignore_for_file: type=lint
mixin _$GameDaoMixin on DatabaseAccessor<AppDatabase> {
$PlayerTableTable get playerTable => attachedDatabase.playerTable;
$GameTableTable get gameTable => attachedDatabase.gameTable;
}