Find an existing competition in the database that you want to use as a reference/basis and export it as CSV
Make changes to the CSV as required
Remove the headers from the CSV and save it
When in the Competition table in phpmyadmin, click “Import” and upload the file
Create delegate report entries for the relevant comp
In the delegate reports table, export the row relating to your template competition
Edit the CSV to have the correct competition_id, and duplicate the row for any additional comps you created
Run “SELECT MAX(id) FROM delegate_reports” in phpmyadmin to get the max id of the table - make sure that your id columns start from the MAX(id)+1 and increment
Import to the delegate_reports table
Add competition_events (similar process to creating delegate reports)
If needed - add competition_organizers and competition_delegates, again using a similar process to the delegate_report imports