class UpdatePlanRelations < ActiveRecord::Migration[6.1]
  def change
    remove_column :routine_workouts, :rer
    remove_column :plans, :recommendations
    add_column :plans, :cardio_record, :text
  end
end