1class DropExerciseSessionIdFromExerciseSets < ActiveRecord::Migration 2 def change 3 remove_column :exercise_sets, :exercise_session_id 4 end 5end