Add reason to DeletedDossier

# Conflicts:
#	db/schema.rb
This commit is contained in:
Paul Chavard 2020-03-19 11:51:47 +01:00
parent b2706b9031
commit 9243ae69df
3 changed files with 22 additions and 3 deletions

View file

@ -0,0 +1,5 @@
class AddReasonToDeletedDossiers < ActiveRecord::Migration[5.2]
def change
add_column :deleted_dossiers, :reason, :string
end
end