Added event settings setup page.

This commit is contained in:
Patrick Fairbank
2014-06-06 21:26:55 -07:00
parent 1718bdc367
commit f7c3a4f682
24 changed files with 369 additions and 59 deletions

View File

@@ -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