remotes/1693045480750635534/spooky-22
Aevann1 2021-09-23 22:05:04 +02:00
parent 29a182540a
commit 3137bb43f2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class CommentAux(Base):
id = Column(Integer, ForeignKey("comments.id"))
body = deferred(Column(String(10000)))
body_html = deferred(Column(String(20000)))
ban_reason = Column(String(256), default='')
ban_reason = Column(String(256))
class Comment(Base):