[fix #504] Dossier: received -> en_instruction

This commit is contained in:
LeSim 2017-12-14 15:53:02 +01:00
parent 72bae2c374
commit 3dda27b281
40 changed files with 143 additions and 108 deletions

View file

@ -0,0 +1,5 @@
class RenameDossierReceivedAtByEnInstructionAt < ActiveRecord::Migration[5.0]
def change
rename_column :dossiers, :received_at, :en_instruction_at
end
end