updated time zones

This commit is contained in:
Michael Simard
2020-06-16 23:18:31 -04:00
parent 032e1af5e5
commit 42a1b2f4ec
2 changed files with 43 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ struct CreateMatch: Migration {
.id()
.field("map", .string)
.field("win", .bool)
.field("date", .date)
.field("date", .datetime)
.field("roundsWon", .int)
.field("roundsLost", .int)