fix(build): pipeline_human_tasks 迁移补 title/description 字段

This commit is contained in:
yumoqing 2026-08-24 13:01:38 +08:00
parent 00506cef3f
commit e30c10ff22

View File

@ -272,6 +272,8 @@ async def main():
"bug_id": "VARCHAR(32) NULL COMMENT '关联BugID'",
"qc_status": "VARCHAR(20) NULL DEFAULT 'pending' COMMENT 'QC状态'",
"qc_comment": "VARCHAR(500) NULL COMMENT 'QC意见'",
"title": "VARCHAR(500) NULL COMMENT '任务标题'",
"description": "TEXT NULL COMMENT '任务描述'",
}
for col, ddl in _pht_cols.items():
r = await sor.sqlExe(