Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aerich doesn't see on_delete parameter change of foreign key #298

Open
ivictor777 opened this issue Apr 5, 2023 · 0 comments
Open

Aerich doesn't see on_delete parameter change of foreign key #298

ivictor777 opened this issue Apr 5, 2023 · 0 comments

Comments

@ivictor777
Copy link

ivictor777 commented Apr 5, 2023

I change from
group = fields.ForeignKeyField('models.Group', null=True)
to
group = fields.ForeignKeyField('models.Group', on_delete=RESTRICT, null=True)

then

bash # aerich migrate
No changes detected

Can you fix this please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant