mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
feat: combine plugin preferences apis
This commit is contained in:
@ -308,6 +308,7 @@ class TenantPluginAutoUpgradeStrategy(Base):
|
||||
LATEST = "latest"
|
||||
|
||||
class UpgradeMode(enum.StrEnum):
|
||||
ALL = "all"
|
||||
PARTIAL = "partial"
|
||||
EXCLUDE = "exclude"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user