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