update warm-flow 1.8.3 => 1.8.4

This commit is contained in:
疯狂的狮子Li
2025-12-10 16:29:59 +08:00
parent 0cb4b35f53
commit b44b5551e3
9 changed files with 42 additions and 29 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE flow_node MODIFY COLUMN node_ratio varchar(200) NULL COMMENT '流程签署比例值';
ALTER TABLE flow_node DROP COLUMN handler_type;
ALTER TABLE flow_node DROP COLUMN handler_path;