Skip to content

Commit

Permalink
Forgot to add relationship to Solicitation so no errors with scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckinghamAJ committed Sep 24, 2024
1 parent 434adb8 commit d227b34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fbo_scraper/db/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ class Solicitation(Base):
attachments = relationship(
"Attachment", back_populates="solicitation", cascade="all, delete-orphan"
)

art_language = relationship("ARTLanguage", back_populates="solicitation")

class ARTLanguage(Base):
__tablename__ = "art_language"
Expand Down

0 comments on commit d227b34

Please sign in to comment.