class RemoveDiseasesHistory < ActiveRecord::Migration[6.0]
  def change
    remove_column :users, :diseases_history
    remove_column :users, :body_weight
    remove_column :users, :body_hight
  end
end
