Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor dudo

    (@dudo)

    It’s not possible in the settings, you should access your database with phpmyadmin and drop all the data in table PREFIX_yasr_votes and PREFIX_yasr_log

    Thread Starter Marc Bijl

    (@newoceans)

    Allright, that won’t be a problem, thnx!

    Thread Starter Marc Bijl

    (@newoceans)

    Hmm, just found out a difference in dropping table data…

    (1) If I just delete all rows (in Sequel Pro by righ clicking and choosing Delete row), and start voting again, the id’s don’t start with 1 again, but go on where they left off before deleting the rows.

    (2) If I truncate the tables (in Sequel Pro by running queries like truncate table 'tablename'), and start voting again, the id’s do start with 1 again.

    The second method feels cleaner/better/safer(?) to me; but is that true? Is it better to truncate, or won’t there be a lot of a difference?

    Plugin Contributor dudo

    (@dudo)

    There’s no difference. If you’ve to delete all data at once truncate it’s faster

    Thread Starter Marc Bijl

    (@newoceans)

    Ok, thnx!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Reset / clear / delete all votes?’ is closed to new replies.