Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@samdark
Created October 16, 2019 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samdark/0377f444eb56632edc584afaefbbabd6 to your computer and use it in GitHub Desktop.
Save samdark/0377f444eb56632edc584afaefbbabd6 to your computer and use it in GitHub Desktop.

Resetting OpenCFP

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:

  1. Backup your current database.
  2. Adjust dates in config/production.yml.
  3. Clean up database:
DELETE FROM favorites;
DELETE FROM talk_comments;
DELETE FROM talk_meta;
DELETE FROM talks;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment