mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-24 03:18:35 +08:00
update 优化 将各种脚本文件统一放到script目录下
This commit is contained in:
6
script/sql/update/update_2.2.0-2.3.0.sql
Normal file
6
script/sql/update/update_2.2.0-2.3.0.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE `flow_node` DROP COLUMN `skip_any_node`;
|
||||
ALTER TABLE `flow_node`
|
||||
ADD COLUMN `ext` text NULL COMMENT '扩展属性' AFTER `update_time`;
|
||||
|
||||
ALTER TABLE `sys_oss`
|
||||
ADD COLUMN `ext1` text NULL COMMENT '扩展属性' AFTER `url`;
|
||||
Reference in New Issue
Block a user