You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./manage.py migrate
SystemCheckError: System check identified some issues:
ERRORS:
db_mutex.DBMutex.lock_id: (mysql.E001) MySQL does not allow unique CharFields to have a max_length > 255.
This error is fixed by changing max_length to 255 (instead of 256) on the lock_id field in models.py
The text was updated successfully, but these errors were encountered:
jherencia
added a commit
to jherencia/django-db-mutex
that referenced
this issue
Feb 16, 2017
This error is fixed by changing max_length to 255 (instead of 256) on the lock_id field in models.py
The text was updated successfully, but these errors were encountered: