djangorestframework-simplejwt icon indicating copy to clipboard operation
djangorestframework-simplejwt copied to clipboard

Merge token_blacklist migrations into one (#615)

Open afoalb opened this issue 1 year ago • 4 comments

  • Initial migrations defined id as AutoField, later migrations changed the type to BigAutoField. This conversion is not allowed in MSSQL.

afoalb avatar Feb 08 '24 19:02 afoalb

I ran all tox tests locally and they all passed. Not clear why they are failling here on github

afoalb avatar Feb 08 '24 19:02 afoalb

On deeper considerations, let's review the backwards compatibility that might revolve around this change - potential impact on existing projects.

Thoughts?

50-Course avatar Feb 09 '24 08:02 50-Course

Hi, any updaes?

50-Course avatar Feb 27 '24 11:02 50-Course