chore: v2.6.0 flyway create index
This commit is contained in:
parent
e49e12c1fe
commit
92a1a5b574
|
@ -1 +1,12 @@
|
||||||
-- init sql
|
-- init sql
|
||||||
|
-- 工单名称 v26_create_index
|
||||||
|
-- 创建人 guoyuqi
|
||||||
|
ALTER table issues ADD INDEX project_id_index(project_id);
|
||||||
|
|
||||||
|
ALTER table issues ADD INDEX creator_index(creator);
|
||||||
|
|
||||||
|
ALTER table custom_field ADD INDEX global_index(global);
|
||||||
|
|
||||||
|
ALTER table custom_field ADD INDEX scene_index(scene);
|
||||||
|
|
||||||
|
ALTER table custom_field ADD INDEX name_index(name);
|
||||||
|
|
Loading…
Reference in New Issue