We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c03ff1 commit fca7b62Copy full SHA for fca7b62
1 file changed
users/migrations/0029_customuser_onboarding_stage.py
@@ -13,6 +13,6 @@ class Migration(migrations.Migration):
13
migrations.AddField(
14
model_name="customuser",
15
name="onboarding_stage",
16
- field=models.PositiveSmallIntegerField(),
+ field=models.PositiveSmallIntegerField(null=True, blank=True),
17
),
18
]
0 commit comments