Skip to content

Support altering from/to (Big)AutoFieldΒ #55

@marciobbj

Description

@marciobbj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions