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