mirror of https://github.com/langgenius/dify.git
Merge 0f427e7774 into f5cc1c8b75
This commit is contained in:
commit
829a93a168
|
|
@ -1769,7 +1769,7 @@ class WorkflowDraftVariable(Base):
|
|||
return self.last_edited_at is not None
|
||||
|
||||
|
||||
class WorkflowDraftVariableFile(Base):
|
||||
class WorkflowDraftVariableFile(TypeBase):
|
||||
"""Stores metadata about files associated with large workflow draft variables.
|
||||
|
||||
This model acts as an intermediary between WorkflowDraftVariable and UploadFile,
|
||||
|
|
|
|||
Loading…
Reference in New Issue