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
FIX delet some index with projects table
tags/v1.0.0
Jasder
5 years ago
parent
abcff440e7
commit
b784bb97fd
1 changed files
with
7 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
db/migrate/20201023025821_remove_index_from_projects.rb
+ 7
- 0
db/migrate/20201023025821_remove_index_from_projects.rb
View File
@@ -0,0 +1,7 @@
class RemoveIndexFromProjects < ActiveRecord::Migration[5.2]
def change
remove_index :projects, :project_language_id
remove_index :projects, :project_category_id
remove_index :projects, :user_id
end
end
Write
Preview
Loading…
Cancel
Save