refactor(接口测试): 场景报告表增加索引

This commit is contained in:
wxg0103 2024-05-23 17:25:32 +08:00 committed by 刘瑞斌
parent 56f3a7bca1
commit 8c1a6ab3e5
1 changed files with 3 additions and 0 deletions

View File

@ -170,6 +170,9 @@ ALTER TABLE test_plan_module MODIFY COLUMN `name` varchar(255);
ALTER TABLE test_plan DROP INDEX uq_name_project;
CREATE INDEX idx_report_id ON api_scenario_report_step(report_id);
-- set innodb lock wait timeout to default
SET SESSION innodb_lock_wait_timeout = DEFAULT;