mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Persist match committed time to the DB.
This commit is contained in:
@@ -21,6 +21,7 @@ CREATE TABLE matches (
|
||||
blue3issurrogate bool,
|
||||
status VARCHAR(16),
|
||||
startedat DATETIME,
|
||||
scorecommittedat DATETIME,
|
||||
winner VARCHAR(16),
|
||||
gamespecificdata VARCHAR(3)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user