Forum OpenACS Q&A: Response to How do I delete a contest?

Collapse
Posted by Don Baccus on
Who is core dumping, AOLserver???  PostgreSQL???

There are two tables that need deleting, contest_extra_columns and
contest_domains.  They need to be deleted in that order:

delete table contest_extra_columns;
delete table contest_domains;