added some initial routes, ways to show overall stats, matches

This commit is contained in:
Michael Simard
2020-05-29 14:52:20 -05:00
parent c6f7dcec32
commit f48ddd77bf
9 changed files with 277 additions and 55 deletions

View File

@@ -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)