update warm-flow 1.6.7 => 1.6.8

This commit is contained in:
疯狂的狮子Li
2025-03-19 11:34:53 +08:00
parent d4f792810e
commit bba163f7b4
9 changed files with 14 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 ='流程用户表';
-- ----------------------------