diff --git a/db/migrate/20201022164823_add_index_for_project_id_to_project_educoders.rb b/db/migrate/20201022164823_add_index_for_project_id_to_project_educoders.rb new file mode 100644 index 000000000..232c80551 --- /dev/null +++ b/db/migrate/20201022164823_add_index_for_project_id_to_project_educoders.rb @@ -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