update 增加 job 测试demo数据

This commit is contained in:
疯狂的狮子Li
2024-04-30 15:52:12 +08:00
parent bd4f7ff3aa
commit 9e5f7be1c5
4 changed files with 10 additions and 1 deletions

View File

@ -310,6 +310,8 @@ CREATE TABLE `er_job`
AUTO_INCREMENT = 0
DEFAULT CHARSET = utf8mb4 COMMENT ='任务信息';
INSERT INTO `er_job` VALUES (1, 'dev', 'ruoyi_group', 'demo-job', null, 1, 1710344035622, 1, 1, 4, 1, 'testJobExecutor', 2, '60', 1, 60, 3, 1, 1, 116, 0, '', '', now(), now(), 0);
CREATE TABLE `er_job_log_message`
(
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '主键',