forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-30 07:12:08 +02:00
parent 8c851fb3ba
commit 975c2255d1
1 changed files with 0 additions and 3 deletions

View File

@ -80,9 +80,6 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
uselist=False,
primaryjoin="Submission.is_approved==User.id")
# not sure if we need this
reposts = relationship("Submission", lazy="joined", remote_side=[id])
# These are virtual properties handled as postgres functions server-side
# There is no difference to SQLAlchemy, but they cannot be written to