hfghf
This commit is contained in:
parent
b998be923d
commit
d3f080a2a8
15 changed files with 50 additions and 54 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue