added some initial routes, ways to show overall stats, matches
This commit is contained in:
@@ -6,7 +6,7 @@ struct CreateMatch: Migration {
|
||||
.id()
|
||||
.field("map", .string)
|
||||
.field("win", .bool)
|
||||
.field("date", .bool)
|
||||
.field("date", .date)
|
||||
.field("roundsWon", .int)
|
||||
.field("roundsLost", .int)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user