Sha256: c5abfa85aa1b720e01c666210df77f509fc7797cfd69fd76a2795bb1e1be918c

Contents?: true

Size: 301 Bytes

Versions: 19

Compression:

Stored size: 301 Bytes

Contents

# frozen_string_literal: true

class AddMissingHostsTable < ActiveRecord::Migration[6.1]
  def change
    create_table :insights_missing_hosts do |t|
      t.string :name
      t.integer :organization_id
      t.string :insights_id
      t.string :rhsm_id
      t.string :ip_address
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
foreman_rh_cloud-9.0.59 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-11.0.2 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-11.0.1 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-11.0.0 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.58 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-10.0.2 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.57 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-10.0.1 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.56 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.55 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.54 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.53 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.52 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-8.0.52 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.51 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-8.0.51 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-8.0.50 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-8.0.49 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb
foreman_rh_cloud-8.0.48 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb