If you've used OpenCFP for a conference and want to use it next year you have to reset all talks. It is a good idea to keep users though.
That's how to do it:
- Backup your current database.
- Adjust dates in
config/production.yml
. - Clean up database:
DELETE FROM favorites;
DELETE FROM talk_comments;
DELETE FROM talk_meta;
DELETE FROM talks;