From a90cf82974c09a35bb4d79367cafa7044c3e7f1c Mon Sep 17 00:00:00 2001 From: tjq Date: Sun, 5 Mar 2023 15:47:22 +0800 Subject: [PATCH] fix: SQL script GITEE#I6DXY3 --- others/powerjob-mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/others/powerjob-mysql.sql b/others/powerjob-mysql.sql index c69ef4a5..fec1d2ff 100644 --- a/others/powerjob-mysql.sql +++ b/others/powerjob-mysql.sql @@ -69,7 +69,7 @@ CREATE TABLE `instance_info` `gmt_create` datetime not NULL COMMENT '创建时间', `gmt_modified` datetime not NULL COMMENT '更新时间', PRIMARY KEY (`id`), - KEY `idx01_instance_info` (`job_id`, 'status'), + KEY `idx01_instance_info` (`job_id`, `status`), KEY `idx02_instance_info` (`app_id`, `status`), KEY `idx03_instance_info` (`instance_id`, `status`) ) ENGINE = InnoDB