force push
This commit is contained in:
parent
6b8aaed96b
commit
d52c7fc9db
3 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ class CommentAux(Base):
|
|||
|
||||
key_id = Column(Integer, primary_key=True)
|
||||
id = Column(Integer, ForeignKey("comments.id"))
|
||||
body = Column(String(10000), default=None)
|
||||
body = Column(String(10000))
|
||||
body_html = Column(String(20000))
|
||||
ban_reason = Column(String(256), default='')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue