This commit is contained in:
Aevann1 2021-07-26 01:49:53 +02:00
parent 0c56720399
commit ee35a91d62
13 changed files with 58 additions and 58 deletions

View file

@ -20,8 +20,8 @@ class Domain(Base):
can_comment = Column(Boolean, default=True)
reason = Column(Integer, default=0)
show_thumbnail = Column(Boolean, default=False)
embed_function = Column(String(64), default=None)
embed_template = Column(String(32), default=None)
embed_function = Column(String(64))
embed_template = Column(String(32))
@property
def reason_text(self):