-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Description
Hello.
I have been trying to migrate some of my tables, from <django.db.models.fields.IntegerField: id> to a <django.db.models.fields.BigAutoField: id>.
This change seems not to be supported by this backend since I am getting a NotImplementedError: the backend doesn't support altering from/to AutoField. . I would like to know if there is some way to make this work since I am trying to avoid scaling problems when my DB starts to increase.
I would be glad to work on this change too if necessary, I just need a little more context on why this is not supported yet and the problems I would be probably facing.
Thanks.
NBajanca
Metadata
Metadata
Assignees
Labels
No labels