Rename and remove attribut into Dossier
This commit is contained in:
parent
017c90f7b6
commit
810395c428
15 changed files with 24 additions and 69 deletions
8
db/migrate/20150922113504_change_attributs_to_dossier.rb
Normal file
8
db/migrate/20150922113504_change_attributs_to_dossier.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
class ChangeAttributsToDossier < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :dossiers, :lien_plus_infos
|
||||
remove_column :dossiers, :mail_contact
|
||||
|
||||
rename_column :dossiers, :ref_dossier, :ref_dossier_carto
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue