I tried reseting all the votes count in my inherited model by updating the num_vote_up, num_vote_down and vote_score.
I can iterate over all the instances via vote manager and remove the votes. But I want to avoid that.
Is there a simpler way I can clear all existing votes from the vote table as well or that is the only way and I need to do that asynchronously?