mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Add field to Ranking model to track previous rank.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
CREATE TABLE rankings (
|
||||
teamid INTEGER PRIMARY KEY,
|
||||
rank int,
|
||||
previousrank int,
|
||||
rankingfieldsjson text
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user