MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
2 changed files with 817 additions and 556 deletions
Showing only changes of commit 67d5f7e891 - Show all commits

View File

@@ -20,14 +20,14 @@ part 'database.g.dart';
tables: [ tables: [
PlayerTable, PlayerTable,
GroupTable, GroupTable,
GameTable,
PlayerGroupTable, PlayerGroupTable,
PlayerGameTable, PlayerGameTable,
GroupGameTable, GroupGameTable,
GameTable,
], ],
daos: [ daos: [
GroupDao,
PlayerDao, PlayerDao,
GroupDao,
GameDao, GameDao,
PlayerGroupDao, PlayerGroupDao,
PlayerGameDao, PlayerGameDao,

File diff suppressed because it is too large Load Diff