mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Added event settings setup page.
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
CREATE TABLE event_settings (
|
||||
id INTEGER PRIMARY KEY,
|
||||
name VARCHAR(255),
|
||||
code VARCHAR(16)
|
||||
code VARCHAR(16),
|
||||
displaybackgroundcolor VARCHAR(16),
|
||||
numelimalliances int,
|
||||
selectionround1order VARCHAR(1),
|
||||
selectionround2order VARCHAR(1),
|
||||
selectionround3order VARCHAR(1)
|
||||
);
|
||||
|
||||
-- +goose Down
|
||||
|
||||
Reference in New Issue
Block a user