class RemoveStepVerificationFromStepValidations < ActiveRecord::Migration def change remove_reference :step_validations, :step_verifications, index: true end end