Quote:
Originally Posted by DrPrepper
I need* to clear our complete history of helpfulanswers and start over from scratch. Do I only have to dump/empty the tables helpfulanwser and helpfulpost?
* the reason for this is that we started with anonymous voting. But now we want to show names of voters, but we don't want to infringe the privacy of our members by revealing the votes they gave when the system was anonymous.
|
Gotcha...
Just clear those two tables and the fields added to the user profile... if you have a large user set this may take a while.
UPDATE user SET hagoodrank = 0;
UPDATE user SET hatotalrank= 0;