mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-12-25 17:45:59 +08:00
update warm-flow 1.8.3 => 1.8.4
This commit is contained in:
4
script/sql/update/oracle/update_5.5.1-5.5.2.sql
Normal file
4
script/sql/update/oracle/update_5.5.1-5.5.2.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE flow_node MODIFY (node_ratio VARCHAR2(200) DEFAULT NULL NULL);
|
||||
COMMENT ON COLUMN flow_node.node_ratio IS '流程签署比例值';
|
||||
ALTER TABLE flow_node DROP COLUMN handler_type;
|
||||
ALTER TABLE flow_node DROP COLUMN handler_path;
|
||||
Reference in New Issue
Block a user