Add index Procedure_id on TypesDeChamp
This commit is contained in:
parent
fed1f3e921
commit
ff1f59a882
2 changed files with 7 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddProcedureIdIndexToTypesDeChamp < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :types_de_champ, :procedure_id
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue