Remove test field from the database definition.
This commit is contained in:
parent
fc7756a3c2
commit
4f3fa34206
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ class User(BaseModel):
|
||||||
organization = BooleanField(default=False, index=True)
|
organization = BooleanField(default=False, index=True)
|
||||||
robot = BooleanField(default=False, index=True)
|
robot = BooleanField(default=False, index=True)
|
||||||
invoice_email = BooleanField(default=False)
|
invoice_email = BooleanField(default=False)
|
||||||
new_user_field = CharField(null=True)
|
|
||||||
|
|
||||||
|
|
||||||
class TeamRole(BaseModel):
|
class TeamRole(BaseModel):
|
||||||
|
|
Reference in a new issue