Add index Procedure_id on TypesDeChamp

This commit is contained in:
Mathieu Magnin 2019-02-26 12:02:38 +01:00
parent fed1f3e921
commit ff1f59a882
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class AddProcedureIdIndexToTypesDeChamp < ActiveRecord::Migration[5.2]
def change
add_index :types_de_champ, :procedure_id
end
end