Save and report which teams have successfully connected to the field.

This commit is contained in:
Patrick Fairbank
2018-09-21 16:05:44 -07:00
parent da006e6359
commit 9ebea8a51c
10 changed files with 84 additions and 9 deletions

View File

@@ -10,7 +10,8 @@ CREATE TABLE teams (
robotname VARCHAR(255),
accomplishments VARCHAR(1000),
wpakey VARCHAR(16),
yellowcard bool
yellowcard bool,
hasconnected bool
);
-- +goose Down