Switch to using the FRC Events API for getting event info rather than scraping usfirst.org (which is down)

This commit is contained in:
Sam Baumgarten
2015-03-24 20:52:11 -07:00
parent 3e40dafc26
commit 7ec4da5bcc
8 changed files with 103 additions and 49 deletions

View File

@@ -0,0 +1,4 @@
-- +goose Up
ALTER TABLE event_settings ADD COLUMN fmsapidownloadenabled BOOLEAN;
ALTER TABLE event_settings ADD COLUMN fmsapiusername VARCHAR(255);
ALTER TABLE event_settings ADD COLUMN fmsapiauthkey VARCHAR(255);