Updated order

This commit is contained in:
2025-11-12 20:01:31 +01:00
parent ac99217b72
commit 67d5f7e891
2 changed files with 817 additions and 556 deletions

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