class AddGenerationIdToInsightsReports < ActiveRecord::Migration[7.0]
  def change
    add_column :insights_reports, :generation_id, :string
  end
end
