chore: v2.6.0 flyway create index

This commit is contained in:
CaptainB 2023-01-03 13:32:38 +08:00
parent e49e12c1fe
commit 92a1a5b574
1 changed files with 12 additions and 1 deletions

View File

@ -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);