Sha256: d2f397314a44fc1f07b20d7c0465f47bfee539d1889e55e79900ccf7a5c83eb4
Contents?: true
Size: 565 Bytes
Versions: 38
Compression:
Stored size: 565 Bytes
Contents
class AddLabAttrsToConfig < ActiveRecord::Migration[4.2] def change add_column :foreman_virt_who_configure_configs, :debug, :boolean, :default => false, :null => true add_column :foreman_virt_who_configure_configs, :hypervisor_type, :string, :null => true add_column :foreman_virt_who_configure_configs, :hypervisor_server, :string, :null => true add_column :foreman_virt_who_configure_configs, :hypervisor_username, :string, :null => true add_column :foreman_virt_who_configure_configs, :hypervisor_password, :string, :null => true end end
Version data entries
38 entries across 38 versions & 1 rubygems