remotes/1693045480750635534/spooky-22
fireworks88 2021-07-27 13:07:36 +02:00
parent c4be5dde4f
commit 3d39d49d4d
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
comment_count = Column(Integer, server_default=FetchedValue())
score = deferred(Column(Float, server_default=FetchedValue()))
#awards = relationship("AwardRelationship", lazy="joined")
awards = relationship("AwardRelationship", lazy="joined")
def __init__(self, *args, **kwargs):