Rails acts_as_votable
gem generates current set of fields:
:cached_votes_score
:cached_votes_total
:cached_weighted_total
:cached_weighted_average
:cached_votes_up
:cached_votes_down
:cached_weighted_score
Which fields can be deleted so that only the average result of voting can be displayed?