FIX delet some index with projects table
This commit is contained in:
parent
abcff440e7
commit
b784bb97fd
|
@ -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
|
Loading…
Reference in New Issue