Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I had a case where database_cleanup looped endlessly because of referential integrity. DROP TABLE was failing because 2 tables had mutual foreign keys, and the error message suggested using DROP TABLE ... CASCADE, which indeed fixed the problem.
- Loading branch information