Sha256: e532607cd1b491eadfc6d34b3774fbb8cf507f142c3370d28ae5221140e6a53d

Contents?: true

Size: 128 Bytes

Versions: 6

Compression:

Stored size: 128 Bytes

Contents

class AddHdmProxyIdToHosts < ActiveRecord::Migration[6.1]
  def change
    add_column :hosts, :hdm_proxy_id, :integer
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreman_hdm-1.0.0 db/migrate/20230519125201_add_hdm_proxy_id_to_hosts.rb
foreman_hdm-0.1.4 db/migrate/20230519125201_add_hdm_proxy_id_to_hosts.rb
foreman_hdm-0.1.3 db/migrate/20230519125201_add_hdm_proxy_id_to_hosts.rb
foreman_hdm-0.1.2 db/migrate/20230519125201_add_hdm_proxy_id_to_hosts.rb
foreman_hdm-0.1.1 db/migrate/20230519125201_add_hdm_proxy_id_to_hosts.rb
foreman_hdm-0.1.0 db/migrate/20230519125201_add_hdm_proxy_id_to_hosts.rb