Persist match committed time to the DB.

This commit is contained in:
Patrick Fairbank
2018-09-23 13:00:10 -07:00
parent f8466f743a
commit af55868328
4 changed files with 8 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ type Match struct {
Blue3IsSurrogate bool
Status string
StartedAt time.Time
ScoreCommittedAt time.Time
Winner string
GameSpecificData string
}