forked from dyf/fys-Multi-tenant
多租户
This commit is contained in:
7
script/sql/update/update_5.3.0-5.3.1.sql
Normal file
7
script/sql/update/update_5.3.0-5.3.1.sql
Normal file
@ -0,0 +1,7 @@
|
||||
ALTER TABLE `flow_node` DROP COLUMN `skip_any_node`;
|
||||
ALTER TABLE `flow_node`
|
||||
ADD COLUMN `ext` text NULL COMMENT '扩展属性' AFTER `update_time`;
|
||||
ALTER TABLE `flow_user` ADD INDEX `user_associated`(`associated`) USING BTREE
|
||||
|
||||
ALTER TABLE `sys_oss`
|
||||
ADD COLUMN `ext1` text NULL COMMENT '扩展属性' AFTER `url`;
|
Reference in New Issue
Block a user