class AddVerboseJsonToWhisperTranscripts < ActiveRecord::Migration[7.0]
  def change
    add_column :whisper_transcripts, :verbose_json, :jsonb, default: {}
  end
end
