From f8035f400948c532cefcfd47a0988b5ea875271e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E6=89=BF=E7=A5=A5?= Date: Tue, 26 Jul 2022 13:42:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E9=87=8D=E5=A4=8D=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E9=BB=98=E8=AE=A4=E5=BC=80=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hera-admin/src/main/resources/hera.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hera-admin/src/main/resources/hera.sql b/hera-admin/src/main/resources/hera.sql index 53ae7c23..6e99d9c1 100755 --- a/hera-admin/src/main/resources/hera.sql +++ b/hera-admin/src/main/resources/hera.sql @@ -212,7 +212,7 @@ CREATE TABLE IF NOT EXISTS `hera_job` `host_group_id` tinyint(2) DEFAULT NULL COMMENT '分发的执行机器组id', `must_end_minute` int(2) DEFAULT '0', `area_id` varchar(50) DEFAULT '1' COMMENT '区域ID,多个用,分割', - `repeat_run` tinyint(2) DEFAULT '0' COMMENT '是否允许任务重复执行', + `repeat_run` tinyint(2) DEFAULT '1' COMMENT '是否允许任务重复执行', `is_valid` tinyint(1) DEFAULT '1' COMMENT '任务是否删除', cron_period varchar(100) DEFAULT NULL, cron_interval int(11) DEFAULT NULL,