forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-23 22:10:16 +02:00
parent 3137bb43f2
commit 0a4b4262be
1 changed files with 1 additions and 1 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(String, default=False)
is_pinned = Column(String)
sentto=Column(Integer)
app_id = Column(Integer, ForeignKey("oauth_apps.id"))