This commit is contained in:
Aevann1 2021-08-01 06:05:38 +02:00
parent 5adf35178a
commit 5751741622
8 changed files with 9 additions and 29 deletions

View file

@ -17,10 +17,7 @@ class Domain(Base):
id = Column(Integer, primary_key=True)
domain = Column(String)
can_submit = Column(Boolean, default=True)
can_comment = Column(Boolean, default=True)
reason = Column(Integer, default=0)
embed_function = Column(String(64))
embed_template = Column(String(32))
@property
def reason_text(self):