Add publishing of match video split times to STEMtv.

This commit is contained in:
Patrick Fairbank
2016-08-28 00:49:52 -07:00
parent 16b955f481
commit 57725cb621
11 changed files with 125 additions and 3 deletions

View File

@@ -26,7 +26,9 @@ CREATE TABLE event_settings (
reddefenselightsaddress VARCHAR(255),
bluegoallightsaddress VARCHAR(255),
bluedefenselightsaddress VARCHAR(255),
initialtowerstrength int
initialtowerstrength int,
stemtvpublishingenabled bool,
stemtveventcode VARCHAR(16)
);
-- +goose Down