mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2025-10-18 15:53:57 +00:00
update 优化 增加5.3.0-5.3.1升级sql
This commit is contained in:
3
script/sql/update/oracle/update_5.3.0-5.3.1.sql
Normal file
3
script/sql/update/oracle/update_5.3.0-5.3.1.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE flow_node DROP COLUMN skip_any_node;
|
||||
ALTER TABLE flow_node ADD (ext VARCHAR2(500));
|
||||
COMMENT ON COLUMN flow_node.ext IS '扩展属性';
|
Reference in New Issue
Block a user