Updated order
This commit is contained in:
@@ -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
Reference in New Issue
Block a user