Skip to content

Commit

Permalink
prompt label
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomofjoy committed Dec 20, 2024
1 parent 4f7f8e1 commit 07adbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phoenix/db/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ class PromptLabel(Base):

prompts_prompt_labels: Mapped[list["PromptPromptLabel"]] = relationship(
"PromptPromptLabel",
back_populates="prompt_labels",
back_populates="prompt_label",
cascade="all, delete-orphan",
uselist=True,
)
Expand Down

0 comments on commit 07adbc5

Please sign in to comment.