mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
commit
c84ce436b6
@ -131,7 +131,7 @@ class Comment(Base):
|
||||
proposal_diff = Column(Text)
|
||||
path = Column(String(256), index=True)
|
||||
|
||||
node_id = Column(String, ForeignKey(db_prefix + 'nodes.id'))
|
||||
node_id = Column(String(32), ForeignKey(db_prefix + 'nodes.id'))
|
||||
node = relation(Node, backref="comments")
|
||||
|
||||
votes = relation(CommentVote, backref="comment",
|
||||
|
Loading…
Reference in New Issue
Block a user