refactor: sql

This commit is contained in:
shiziyuan9527 2020-12-28 14:29:03 +08:00
parent 271275f4bd
commit 06706736db
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
create index project_workspace_id_index on project (workspace_id);
create index test_case_review_creator_index on test_case_review (creator);
create index test_case_review_project_project_id_index on test_case_review_project (project_id);