update warm-flow同步升级sql

This commit is contained in:
AprilWind
2025-10-16 16:40:02 +08:00
parent 7800b1259f
commit 33a6a21fdf
8 changed files with 52 additions and 92 deletions

View File

@@ -139,7 +139,6 @@ CREATE TABLE `flow_his_task`
`ext` TEXT DEFAULT NULL COMMENT '业务详情 存业务表对象json字符串',
`create_time` datetime DEFAULT NULL COMMENT '任务开始时间',
`update_time` datetime DEFAULT NULL COMMENT '审批完成时间',
`update_by` varchar(64) DEFAULT '' COMMENT '更新人',
`del_flag` char(1) DEFAULT '0' COMMENT '删除标志',
`tenant_id` varchar(40) DEFAULT NULL COMMENT '租户id',
PRIMARY KEY (`id`) USING BTREE