Remove test field from the database definition.

This commit is contained in:
jakedt 2014-04-09 19:13:46 -04:00
parent fc7756a3c2
commit 4f3fa34206

View file

@ -66,7 +66,6 @@ class User(BaseModel):
organization = BooleanField(default=False, index=True)
robot = BooleanField(default=False, index=True)
invoice_email = BooleanField(default=False)
new_user_field = CharField(null=True)
class TeamRole(BaseModel):