Add "type" field to PipelineRecommendedPlugin model; Add query param "type" to recommended-plugins api.

This commit is contained in:
FFXN 2025-12-15 16:38:44 +08:00
parent bcd33be22a
commit ff7344f3d3
1 changed files with 0 additions and 1 deletions

View File

@ -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: