refactor: sql
This commit is contained in:
parent
271275f4bd
commit
06706736db
|
@ -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);
|
Loading…
Reference in New Issue