Sha256: f6914f75d975e5492abc45f5edcfb176a307ff567575dce08e6454ebfc231a1b

Contents?: true

Size: 294 Bytes

Versions: 73

Compression:

Stored size: 294 Bytes

Contents

class RemoveOldInsightsStatuses < ActiveRecord::Migration[5.2]
  def up
    InsightsClientReportStatus.where(status: 2).update_all(status: InsightsClientReportStatus::NO_REPORT)
    InsightsClientReportStatus.where(status: 3).update_all(status: InsightsClientReportStatus::REPORTING)
  end
end

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
foreman_rh_cloud-11.2.0 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.60 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-10.0.4 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-11.1.0 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-10.0.3 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-11.0.3 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.59 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-11.0.2 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-11.0.1 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-11.0.0 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.58 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-10.0.2 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.57 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-10.0.1 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.56 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.55 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.54 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.53 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.52 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb
foreman_rh_cloud-8.0.52 db/migrate/20210720000001_remove_old_insights_statuses.foreman_rh_cloud.rb