how to reset votes on nodes?
Troiana - April 8, 2008 - 15:51
| Project: | Node Vote |
| Version: | 5.x-1.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hello,
Is there any way to reset the votes on nodes? or reset all votes in the system?
Thanks for your help,
Troiana

#1
There is no way from the module itself, but if you do this from the database:
TRUNCATE node_vote;
It will clear all votes for all nodes.
#2
Make that:
TRUNCATE nodevote;
Without the underscore.
#3
Thank you, thank you for your prompt reply!! It works :-)