mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Refactor game-specific models into separate package.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user