djangorestframework-simplejwt
djangorestframework-simplejwt copied to clipboard
Merge token_blacklist migrations into one (#615)
- Initial migrations defined id as AutoField, later migrations changed the type to BigAutoField. This conversion is not allowed in MSSQL.
I ran all tox tests locally and they all passed. Not clear why they are failling here on github
On deeper considerations, let's review the backwards compatibility that might revolve around this change - potential impact on existing projects.
Thoughts?
Hi, any updaes?