From 94409a8deccde09a079c02beb70471b5f1de0efc Mon Sep 17 00:00:00 2001 From: gulongcheng <474084054@qq.com> Date: Wed, 25 Mar 2026 10:53:49 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E7=AE=97=E4=BE=8B=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=B5=81=E7=A8=8B=E6=A8=A1=E7=89=88=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1-sql/2026-03-25/simulation_run.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1-sql/2026-03-25/simulation_run.sql diff --git a/1-sql/2026-03-25/simulation_run.sql b/1-sql/2026-03-25/simulation_run.sql new file mode 100644 index 00000000..caf67385 --- /dev/null +++ b/1-sql/2026-03-25/simulation_run.sql @@ -0,0 +1,2 @@ +ALTER TABLE `simulation_run` +ADD COLUMN `viewContent` mediumtext COMMENT '流程模版显示信息' AFTER `reportContent`; \ No newline at end of file