1class AddTrainingSessionIdToExerciseSets < ActiveRecord::Migration 2 def change 3 add_column :exercise_sets, :training_session_id, :uuid 4 end 5end