Skip to content

Commit

Permalink
refactor(接口测试): 场景报告表增加索引
Browse files Browse the repository at this point in the history
  • Loading branch information
wxg0103 committed May 23, 2024
1 parent 9ed7897 commit 1f20c49
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1f20c49

Please sign in to comment.