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
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?
The text was updated successfully, but these errors were encountered:
I change from
group = fields.ForeignKeyField('models.Group', null=True)
to
group = fields.ForeignKeyField('models.Group', on_delete=RESTRICT, null=True)
then
Can you fix this please?
The text was updated successfully, but these errors were encountered: