[Fix #197] Add the motivation column to Dossiers
This commit is contained in:
parent
33944e343a
commit
12740b4a3e
2 changed files with 7 additions and 1 deletions
5
db/migrate/20170530141608_add_motivation_to_dossier.rb
Normal file
5
db/migrate/20170530141608_add_motivation_to_dossier.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddMotivationToDossier < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :dossiers, :motivation, :text
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue