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
When running migrations on a new project using django-pyodbc-driver, migrations fail due to the changing of the primary keys from AutoField to BigAutoField in this migration because of the limited capability of SQL Server to edit an IDENTITY property.
I'm able to work around this by manually changing the migrations (obviously not preferred) but I'm curious if you'd be open to collapsing this in the future? I'd be happy to work on putting a PR together.