class AddSectionIdToTranscriptHighlight < ActiveRecord::Migration[7.0]
  def change
    add_reference :transcript_highlights, :master_section, null: true, foreign_key: true
  end
end
