mirror of
https://github.com/langgenius/dify.git
synced 2026-04-20 02:37:20 +08:00
resume test
This commit is contained in:
@ -87,7 +87,7 @@ class HumanInputDelivery(DefaultFieldsMixin, Base):
|
||||
nullable=False,
|
||||
)
|
||||
delivery_config_id: Mapped[str | None] = mapped_column(StringUUID, nullable=True)
|
||||
channel_payload: Mapped[None] = mapped_column(sa.Text, nullable=True)
|
||||
channel_payload: Mapped[str] = mapped_column(sa.Text, nullable=False)
|
||||
|
||||
form: Mapped[HumanInputForm] = relationship(
|
||||
"HumanInputForm",
|
||||
|
||||
Reference in New Issue
Block a user