fddf
This commit is contained in:
parent
de880f14ba
commit
709598ebfb
11 changed files with 21 additions and 45 deletions
|
@ -19,7 +19,6 @@ class Domain(Base):
|
|||
can_submit = Column(Boolean, default=True)
|
||||
can_comment = Column(Boolean, default=True)
|
||||
reason = Column(Integer, default=0)
|
||||
show_thumbnail = Column(Boolean, default=False)
|
||||
embed_function = Column(String(64))
|
||||
embed_template = Column(String(32))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue