Sha256: 46e1d2b82304ed80d937b3c4d0d5806b0aa3e314642df0726ae16c2884bdc134

Contents?: true

Size: 301 Bytes

Versions: 1

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.integer :organization_id
      t.string :name
      t.string :insights_id
      t.string :rhsm_id
      t.string :ip_address
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
foreman_rh_cloud-8.0.47 db/migrate/20230515140211_add_missing_hosts_table.foreman_rh_cloud.rb