mirror of https://github.com/langgenius/dify.git
Add "type" field to PipelineRecommendedPlugin model; Add query param "type" to recommended-plugins api.
This commit is contained in:
parent
bcd33be22a
commit
ff7344f3d3
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue