added field email notification
This commit is contained in:
parent
7abcd5135c
commit
3843e23394
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ class ImagePrice(BaseModel, TimestampMixin, PriceMixin):
|
|||
# region Invoicing
|
||||
class BillingProject(BaseModel, TimestampMixin):
|
||||
tenant_id = models.CharField(max_length=256)
|
||||
email_notification = models.EmailField(max_length=256, blank=True, null=True)
|
||||
|
||||
def __str__(self):
|
||||
return self.tenant_id
|
||||
|
|
Loading…
Add table
Reference in a new issue