mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 优化 增加5.3.0-5.3.1升级sql
This commit is contained in:
3
script/sql/update/postgres/update_5.3.0-5.3.1.sql
Normal file
3
script/sql/update/postgres/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 COLUMN ext varchar(500);
|
||||
COMMENT ON COLUMN flow_node.ext IS '扩展属性';
|
Reference in New Issue
Block a user