class AddLlmModelToSectionsReports < ActiveRecord::Migration[7.0]
  def change
    add_column :sections_reports, :llm_model, :string, default: "gpt-4o-mini"
  end
end
