mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Save and report which teams have successfully connected to the field.
This commit is contained in:
@@ -10,7 +10,8 @@ CREATE TABLE teams (
|
||||
robotname VARCHAR(255),
|
||||
accomplishments VARCHAR(1000),
|
||||
wpakey VARCHAR(16),
|
||||
yellowcard bool
|
||||
yellowcard bool,
|
||||
hasconnected bool
|
||||
);
|
||||
|
||||
-- +goose Down
|
||||
|
||||
Reference in New Issue
Block a user