From 1061d3780e26403433b9d35e86584acd6da1be07 Mon Sep 17 00:00:00 2001 From: zhuxinru Date: Fri, 6 Mar 2026 16:53:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8A=A5=E5=91=8A=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E5=B7=A5=E5=86=B5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1-sql/2026-03-06/simulation_taskpool_flowtemplate_relate.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1-sql/2026-03-06/simulation_taskpool_flowtemplate_relate.sql diff --git a/1-sql/2026-03-06/simulation_taskpool_flowtemplate_relate.sql b/1-sql/2026-03-06/simulation_taskpool_flowtemplate_relate.sql new file mode 100644 index 00000000..1cd293b4 --- /dev/null +++ b/1-sql/2026-03-06/simulation_taskpool_flowtemplate_relate.sql @@ -0,0 +1 @@ +ALTER TABLE spdm_baseline.simulation_taskpool_flowtemplate_relate ADD `type` tinyint DEFAULT 0 NULL COMMENT '绑定模版类型 0:流程模版 1:报告模版 ';