Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
islean committed Mar 12, 2024
1 parent 66eb3d0 commit 9549081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trailblazer/store/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class Delivery(Model):
delivered_by = Column(ForeignKey(User.id), nullable=False)
delivered_date = Column(types.DateTime, nullable=False)

analysis = orm.relationship("Analysis", backref="delivery")
delivery = orm.relationship("Analysis", back_populates="delivery")
user = orm.relationship("User")


Expand Down

0 comments on commit 9549081

Please sign in to comment.