mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Switch to using the FRC Events API for getting event info rather than scraping usfirst.org (which is down)
This commit is contained in:
4
db/migrations/20150324201112_AddFRCEventsAPIColumns.sql
Normal file
4
db/migrations/20150324201112_AddFRCEventsAPIColumns.sql
Normal 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);
|
||||
Reference in New Issue
Block a user