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
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

kbahey - April 8, 2008 - 16:09
Status:active» closed

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

kbahey - April 8, 2008 - 16:10

Make that:

TRUNCATE nodevote;

Without the underscore.

#3

Troiana - April 8, 2008 - 18:47

Thank you, thank you for your prompt reply!! It works :-)

 
 

Drupal is a registered trademark of Dries Buytaert.