This commit is contained in:
Aevann1 2021-09-30 21:40:33 +02:00
parent b998be923d
commit d3f080a2a8
15 changed files with 50 additions and 54 deletions

View file

@ -32,7 +32,7 @@ class Comment(Base):
parent_comment_id = Column(Integer, ForeignKey("comments.id"))
over_18 = Column(Boolean, default=False)
is_bot = Column(Boolean, default=False)
is_pinned = Column(String(255))
is_pinned = Column(String(25))
sentto=Column(Integer)
notifiedto=Column(Integer)
app_id = Column(Integer, ForeignKey("oauth_apps.id"))