chore: user onboarding workflow (#2791)
This commit is contained in:
parent
eb53876af3
commit
3d8da99eec
3 changed files with 25 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class Workspace(BaseModel):
|
|||
related_name="owner_workspace",
|
||||
)
|
||||
slug = models.SlugField(max_length=48, db_index=True, unique=True)
|
||||
organization_size = models.CharField(max_length=20)
|
||||
organization_size = models.CharField(max_length=20, blank=True, null=True)
|
||||
|
||||
def __str__(self):
|
||||
"""Return name of the Workspace"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue