This commit is contained in:
Aevann1 2021-08-06 14:52:15 +02:00
parent a9df47a2ee
commit 801ca98ee9

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(