mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2025-10-17 07:13:56 +00:00
update warm-flow 1.6.7 => 1.6.8
This commit is contained in:
@@ -146,7 +146,8 @@ CREATE TABLE `flow_user`
|
||||
`del_flag` char(1) DEFAULT '0' COMMENT '删除标志',
|
||||
`tenant_id` varchar(40) DEFAULT NULL COMMENT '租户id',
|
||||
PRIMARY KEY (`id`) USING BTREE,
|
||||
KEY `user_processed_type` (`processed_by`, `type`)
|
||||
KEY `user_processed_type` (`processed_by`, `type`),
|
||||
KEY `user_associated` (`associated`) USING BTREE
|
||||
) ENGINE = InnoDB COMMENT ='流程用户表';
|
||||
|
||||
-- ----------------------------
|
||||
|
Reference in New Issue
Block a user