Added tests for ranking model.

This commit is contained in:
Patrick Fairbank
2014-05-31 00:40:23 -07:00
parent 0c2b4cac28
commit 0ebd69f8e7
3 changed files with 87 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
-- +goose Up
CREATE TABLE rankings (
teamid INTEGER PRIMARY KEY,
rank int,
qualificationscore int,
assistpoints int,
autopoints int,