mirror of
https://github.com/langgenius/dify.git
synced 2026-01-05 22:15:52 +00:00
Add "type" field to PipelineRecommendedPlugin model; Add query param "type" to recommended-plugins api.
This commit is contained in:
@@ -40,7 +40,6 @@ def upgrade():
|
||||
|
||||
# ### end Alembic commands ###
|
||||
|
||||
# “推荐插件”model添加type字段;查询推荐列表接口添加type参数
|
||||
def downgrade():
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
with op.batch_alter_table('providers', schema=None) as batch_op:
|
||||
|
||||
Reference in New Issue
Block a user