change type of date_previsionnelle
This commit is contained in:
parent
cee8136ecf
commit
bab43c5cd3
3 changed files with 9 additions and 3 deletions
|
@ -0,0 +1,6 @@
|
|||
class ChangeDatePrevisionnelDataType < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :dossiers, :date_previsionnelle
|
||||
add_column :dossiers, :date_previsionnelle, :date
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue