remotes/1693045480750635534/spooky-22
Aevann1 2021-08-06 14:52:15 +02:00
parent e2fa0ecb76
commit baa7ac770d
1 changed files with 1 additions and 1 deletions

View File

@ -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(