class AddRequestIdToWhisperTranscripts < ActiveRecord::Migration[7.0]
  def change
    add_column :whisper_transcripts, :request_id, :string
  end
end
