Refactor game-specific models into separate package.

This commit is contained in:
Patrick Fairbank
2017-08-05 20:48:17 -07:00
parent 0a783b3701
commit 299c601e8f
41 changed files with 805 additions and 726 deletions

View File

@@ -2,18 +2,7 @@
CREATE TABLE rankings (
teamid INTEGER PRIMARY KEY,
rank int,
rankingpoints int,
matchpoints int,
autopoints int,
rotorpoints int,
takeoffpoints int,
pressurepoints int,
random REAL,
wins int,
losses int,
ties int,
disqualifications int,
played int
rankingfieldsjson text
);
-- +goose Down