force push

This commit is contained in:
Aevann1 2021-09-23 10:44:26 +02:00
parent 6b8aaed96b
commit d52c7fc9db
3 changed files with 4 additions and 4 deletions

View file

@ -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='')