Open TomasRezende opened 5 years ago
From your log, I assume you applied it on a fresh database.
migration 0005_...
is not that important (it just adds one unique together constraint on your database), so after that error happens, you can bypass it by invoking
./manage.py migrate --fake 0006
./manage.py migrate
Most likely this issue can be closed.
Hi, I'm trying to install django-post-office but migration 0005 gives a constraint error. I have used it before for other projects, but this is the first time using it with django 2.1.8 and python 3.6.8.
Error:
I'm also using mysql as my database. Did anyone had this same problem? And if so how did you fixed?