Need to select from both score and score_decimal in Contributions\Sums during transition
$query->query("SELECT SUM(score) as score from contributions WHERE user_guid = ?");
$query->query("SELECT SUM(score_decimal) as score from contributions WHERE user_guid = ?");
Related merge requests
added Sprint::10/09 - Pink Panther Status::Backlog Type::Chore scoped labels
changed weight to 1
Please register or sign in to reply