class AddWhisperVersionToInterviewInsights < ActiveRecord::Migration[7.0]
  def change
    add_column :interview_insights, :whisper_version, :integer, default: 0
  end
end
