Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing issue #759 by disabling Foreign Key Checks.
During migrations some queries are out of order regarding to foreign keys. Because of this the migrations fail when the sql database has this enforced by default. Turning of this check during the migrations will fix this and this is only per session.
- Loading branch information