mirror of
https://github.com/langgenius/dify.git
synced 2025-07-05 08:07:10 +00:00

- Introduce `WorkflowDraftVariable` model and the corresponding migration. - Implement `EnumText`, a custom column type for SQLAlchemy designed to work seamlessly with enumeration classes based on `StrEnum`.