dfsfds
This commit is contained in:
parent
c9a6bb8b99
commit
b38f84e10c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Comment(Base):
|
|||
over_18 = Column(Boolean, default=False)
|
||||
is_bot = Column(Boolean, default=False)
|
||||
is_pinned = Column(String(25))
|
||||
sentto=Column(Integer, ForeignKey("users.id"))
|
||||
sentto=Column(Integer)
|
||||
notifiedto=Column(Integer)
|
||||
app_id = Column(Integer, ForeignKey("oauth_apps.id"))
|
||||
oauth_app = relationship("OauthApp", viewonly=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue