mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 12:45:46 +08:00
fixed issue增加pm相关查询索引
This commit is contained in:
7
db/migrate/202409204354372_add_index_pm_to_issues.rb
Normal file
7
db/migrate/202409204354372_add_index_pm_to_issues.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class AddIndexPmToIssues < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :issues, :pm_project_id
|
||||
add_index :issues, :pm_issue_type
|
||||
add_index :issues, :pm_sprint_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user