fds
This commit is contained in:
parent
f92165e3c9
commit
c528ecc7fa
4 changed files with 12 additions and 12 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue