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-5.0.41 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-5.0.39 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-5.0.38 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-4.0.35 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-5.0.37 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-5.0.36 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-5.0.35 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-5.0.34 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-5.0.33 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-3.0.32 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-4.0.32 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-5.0.32 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-4.0.31 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-5.0.31 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-5.0.30 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-4.0.30 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-3.0.29 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-4.0.29 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-5.0.29 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb
foreman_rh_cloud-3.0.28 db/migrate/20191215104806_create_insights_hits.foreman_inventory_upload.rb