class RemoveTagFromTranscriptHighlights < ActiveRecord::Migration[7.0]
  def change
    remove_column :transcript_highlights, :tag, :string
  end
end
