dffd
This commit is contained in:
parent
0c56720399
commit
ee35a91d62
13 changed files with 58 additions and 58 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue