Add reason to DeletedDossier
# Conflicts: # db/schema.rb
This commit is contained in:
parent
b2706b9031
commit
9243ae69df
3 changed files with 22 additions and 3 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddReasonToDeletedDossiers < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :deleted_dossiers, :reason, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue