Added configuration of TBA publishing.

This commit is contained in:
Patrick Fairbank
2014-07-30 00:16:09 -07:00
parent 73780b952d
commit 19f8aa7910
6 changed files with 50 additions and 5 deletions

View File

@@ -6,7 +6,11 @@ CREATE TABLE event_settings (
displaybackgroundcolor VARCHAR(16),
numelimalliances int,
selectionround2order VARCHAR(1),
selectionround3order VARCHAR(1)
selectionround3order VARCHAR(1),
tbapublishingenabled bool,
tbaeventcode VARCHAR(16),
tbasecretid VARCHAR(255),
tbasecret VARCHAR(255)
);
-- +goose Down