forked from Gitlink/forgeplus
ADD index for project_educodes table
This commit is contained in:
parent
af6c8efb2b
commit
abcff440e7
|
@ -0,0 +1,6 @@
|
||||||
|
class AddIndexForProjectIdToProjectEducoders < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_index :project_educoders, :repo_name
|
||||||
|
add_index :project_educoders, :project_id
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue