Sha256: f363e5fbf75586d79994e8518b465c99f1146757ba2656617e7bc91dd12eb275
Contents?: true
Size: 175 Bytes
Versions: 31
Compression:
Stored size: 175 Bytes
Contents
class AddKubeconfigToConfig < ActiveRecord::Migration[4.2] def change add_column :foreman_virt_who_configure_configs, :kubeconfig_path, :string, :null => true end end
Version data entries
31 entries across 31 versions & 1 rubygems