fds
This commit is contained in:
parent
ec80b4a2e5
commit
b58fdf3328
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Comment(Base):
|
||||||
notifiedto=Column(Integer)
|
notifiedto=Column(Integer)
|
||||||
app_id = Column(Integer, ForeignKey("oauth_apps.id"))
|
app_id = Column(Integer, ForeignKey("oauth_apps.id"))
|
||||||
oauth_app = relationship("OauthApp", viewonly=True)
|
oauth_app = relationship("OauthApp", viewonly=True)
|
||||||
upvotes = Column(Integer, default=1)
|
upvotes = Column(Integer, default=0)
|
||||||
downvotes = Column(Integer, default=0)
|
downvotes = Column(Integer, default=0)
|
||||||
body = deferred(Column(String(10000)))
|
body = deferred(Column(String(10000)))
|
||||||
body_html = deferred(Column(String(20000)))
|
body_html = deferred(Column(String(20000)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue