update warm-flow 1.6.7 => 1.6.8

This commit is contained in:
疯狂的狮子Li
2025-03-19 11:38:25 +08:00
parent 430ae3a2a4
commit 820c56cfed
7 changed files with 9 additions and 2 deletions

View File

@@ -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 ='流程用户表';
-- ----------------------------