mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Convert Ranking and Team models to use Bolt DB.
This commit is contained in:
@@ -20,7 +20,7 @@ type RankingFields struct {
|
||||
}
|
||||
|
||||
type Ranking struct {
|
||||
TeamId int
|
||||
TeamId int `db:"id,manual"`
|
||||
Rank int
|
||||
PreviousRank int
|
||||
RankingFields
|
||||
|
||||
Reference in New Issue
Block a user