fd
This commit is contained in:
parent
a9df47a2ee
commit
801ca98ee9
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing):
|
|||
flags = relationship("CommentFlag", lazy="joined")
|
||||
votes = relationship(
|
||||
"CommentVote",
|
||||
lazy="dynamic",
|
||||
lazy="joined",
|
||||
primaryjoin="CommentVote.comment_id==Comment.id")
|
||||
|
||||
author = relationship(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue