Sha256: 07914c08d2f35918e8b4cc449afe5bfe42c439f21b6a92d4a4a24014a821a8da

Contents?: true

Size: 591 Bytes

Versions: 87

Compression:

Stored size: 591 Bytes

Contents

class CreateRulesAndResolutions < ActiveRecord::Migration[5.2]
  def change
    create_table :insights_rules do |t|
      t.string :rule_id
      t.string :description
      t.string :category_name
      t.string :impact_name
      t.string :summary
      t.string :generic
      t.string :reason
      t.integer :total_risk
      t.boolean :reboot_required
      t.string :more_info
      t.integer :rating
    end

    create_table :insights_resolutions do |t|
      t.string :rule_id
      t.integer :system_type
      t.string :resolution
      t.boolean :has_playbook
    end
  end
end

Version data entries

87 entries across 87 versions & 1 rubygems

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