Merge pull request #3519 from betagouv/improve-perf-v2
Add procedure_id index to type_de_piece_justificative
This commit is contained in:
commit
c9f9de4f2c
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddProcedureIdIndexToTypesDePieceJustificative < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :types_de_piece_justificative, :procedure_id
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue