fix(models): pipeline_pm_notices.fingerprint 64→255——缺口指纹含任务ID列表常超64字符,INSERT DataError(1406) 致编排告警丢失

This commit is contained in:
ymq 2026-08-29 15:11:09 +08:00
parent 31eff0757e
commit cb0a87e65e

View File

@ -11,7 +11,7 @@
{"name": "id", "title": "主键ID", "type": "str", "length": 32, "nullable": "no"},
{"name": "tenant_id", "title": "项目ID", "type": "str", "length": 32, "nullable": "no"},
{"name": "task_id", "title": "关联任务ID", "type": "str", "length": 32, "nullable": "yes"},
{"name": "fingerprint", "title": "缺口指纹(去重)", "type": "str", "length": 64, "nullable": "no"},
{"name": "fingerprint", "title": "缺口指纹(去重)", "type": "str", "length": 255, "nullable": "no"},
{"name": "gap_kind", "title": "缺口类型(G1/G2/G3)", "type": "str", "length": 8, "nullable": "yes"},
{"name": "gap_text", "title": "缺口事实描述", "type": "text"},
{"name": "status", "title": "通知状态", "type": "str", "length": 16, "nullable": "no", "default": "pending"},