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 = ?");