Sha256: 56280a9cb26b3a15751cfb61eb9ded84fcfb40846e4473f726c0cc632a043409

Contents?: true

Size: 377 Bytes

Versions: 119

Compression:

Stored size: 377 Bytes

Contents

class CreateInsightsHits < ActiveRecord::Migration[5.2]
  def change
    create_table :insights_hits do |t|
      t.references :host, foreign_key: true, null: false
      t.datetime :last_seen
      t.string :title
      t.string :solution_url
      t.integer :total_risk
      t.integer :likelihood
      t.datetime :publish_date
      t.string :results_url
    end
  end
end

Version data entries

119 entries across 119 versions & 1 rubygems

Version Path
foreman_rh_cloud-10.0.3 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-11.0.3 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-9.0.59 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-11.0.2 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-11.0.1 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-11.0.0 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-9.0.58 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-10.0.2 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-9.0.57 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-10.0.1 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-9.0.56 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-9.0.55 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-9.0.54 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-9.0.53 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-9.0.52 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-8.0.52 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-9.0.51 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-8.0.51 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-7.0.48 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-7.0.47 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb