Atualizar app/models.py
This commit is contained in:
@@ -60,6 +60,7 @@ class User(Base):
|
||||
|
||||
# Billing
|
||||
plan_id = Column(String, ForeignKey("plans.id"), default="free")
|
||||
company_id = Column(String)
|
||||
|
||||
# priority layer
|
||||
priority = Column(String, default="user")
|
||||
|
||||
Reference in New Issue
Block a user