修正 MySQL 删除旧订阅表迁移
This commit is contained in:
@@ -18,9 +18,6 @@ depends_on: Union[str, Sequence[str], None] = None
|
|||||||
|
|
||||||
def upgrade() -> None:
|
def upgrade() -> None:
|
||||||
# Agent主路径已经改为模型结构化情报,历史订阅源表从运行模型中移除。
|
# Agent主路径已经改为模型结构化情报,历史订阅源表从运行模型中移除。
|
||||||
op.drop_index("ix_raw_items_category", table_name="raw_items")
|
|
||||||
op.drop_index("ix_raw_items_subscription_id", table_name="raw_items")
|
|
||||||
op.drop_index("ix_raw_items_run_id", table_name="raw_items")
|
|
||||||
op.drop_table("raw_items")
|
op.drop_table("raw_items")
|
||||||
op.drop_table("source_subscriptions")
|
op.drop_table("source_subscriptions")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user