mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Added configuration of TBA publishing.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user