Fix issue with leaderboard position due to wrong calculation of trend
This commit is contained in:
parent
1fb247c675
commit
559e88d9e6
6 changed files with 115 additions and 163 deletions
|
@ -23,6 +23,10 @@ __PACKAGE__->add_columns(
|
|||
is_foreign_key => 1,
|
||||
is_nullable => 0,
|
||||
},
|
||||
"position" => {
|
||||
data_type => "integer",
|
||||
is_nullable => 0,
|
||||
},
|
||||
"value" => {
|
||||
data_type => "decimal",
|
||||
size => [ 16, 2 ],
|
||||
|
|
Reference in a new issue