批量配置失效、全量下发、各业务全量下发功能提交
This commit is contained in:
@@ -68,7 +68,7 @@ CREATE TABLE `schedule_exce_log` (
|
||||
DROP TABLE IF EXISTS `schedule_exce_new`;
|
||||
CREATE TABLE `schedule_exce_new` (
|
||||
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键自增',
|
||||
`schedule_id` bigint(20) NOT NULL COMMENT 'schedule_info 表的主键',
|
||||
`schedule_id` bigint(20) NULL DEFAULT -1 COMMENT 'schedule_info 表的主键',
|
||||
`exce_time` datetime(0) NULL DEFAULT NULL COMMENT '最新执行时间',
|
||||
`issue_status` int(255) NULL DEFAULT NULL COMMENT '下发状态:1:生效,0:失效',
|
||||
`issue_result` int(255) NULL DEFAULT NULL COMMENT '下发结果:1:成功,0:失败',
|
||||
|
||||
Reference in New Issue
Block a user