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