This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fixed issue增加pm相关查询索引
pull/347/head
xxq250
1 year ago
parent
8264bb8107
commit
6ecf46e88d
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
db/migrate/202409204354372_add_index_pm_to_issues.rb
+ 7
- 0
db/migrate/202409204354372_add_index_pm_to_issues.rb
View 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
Write
Preview
Loading…
Cancel
Save