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

@@ -21,6 +21,7 @@ CREATE TABLE matches (
blue3issurrogate bool,
status VARCHAR(16),
startedat DATETIME,
scorecommittedat DATETIME,
winner VARCHAR(16),
gamespecificdata VARCHAR(3)
);