Closed (fixed)
Project:
Recommender API
Version:
7.x-4.0-alpha9
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2013 at 17:48 UTC
Updated:
6 Feb 2013 at 22:41 UTC
I have a small and simple question: How can I reset all predictions in my system? Is it an logfile to delete, if yes where to find it?
I am about to finish the setup of a new site and I want to have all test predictions deleteted before the system will collect real data.
Thanks a lot for any hint.
BTW: One of the best modules I ever used within Drupal :-)
Comments
Comment #1
danithaca commentedThanks :)
If you have drush installed, just type in:
drush sqlq delete from recommender_predictionThat should do it. In the new release, I'll figure out a more user friendly way to do it.
Comment #2
danithaca commented