Skip to content

Commit

Permalink
feat: 2.5.0
Browse files Browse the repository at this point in the history
1. 完成表结构调整
  • Loading branch information
open-snail2 committed Dec 11, 2023
1 parent a5a4865 commit a273259
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 44 deletions.
2 changes: 1 addition & 1 deletion doc/sql/easy_retry_mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ CREATE TABLE `job`
`args_str` text DEFAULT NULL COMMENT '执行方法参数',
`args_type` tinyint(4) NOT NULL DEFAULT '1' COMMENT '参数类型 ',
`next_trigger_at` bigint(13) NOT NULL COMMENT '下次触发时间',
`job_status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '重试状态 0、关闭、1、开启',
`job_status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '任务状态 0、关闭、1、开启',
`task_type` tinyint(4) NOT NULL DEFAULT '1' COMMENT '任务类型 1、集群 2、广播 3、切片',
`route_key` tinyint(4) NOT NULL DEFAULT '4' COMMENT '路由策略',
`executor_type` tinyint(4) NOT NULL DEFAULT '1' COMMENT '执行器类型',
Expand Down
Loading

0 comments on commit a273259

Please sign in to comment.