Skip to content

Commit

Permalink
Update runnergo_database.sql
Browse files Browse the repository at this point in the history
优化sql语句
  • Loading branch information
Freeman54 authored Mar 21, 2023
1 parent ea3a117 commit 57e91e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/runnergo_database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ CREATE TABLE `stress_plan_timed_task_conf` (
`deleted_at` datetime DEFAULT NULL COMMENT '删除时间',
PRIMARY KEY (`id`),
KEY `idx_plan_id` (`plan_id`),
KEY `idx_scene_id` (`sence_id`)
KEY `idx_scene_id` (`scene_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='性能计划-定时任务配置表';


Expand Down

0 comments on commit 57e91e0

Please sign in to comment.