This commit is contained in:
Aevann1 2021-09-23 21:45:11 +02:00
parent f92165e3c9
commit c528ecc7fa
4 changed files with 12 additions and 12 deletions

View file

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