Sha256: 817b18a16090cc0991d3d12a48206ef4ede5c5fc1137b13ab3cdf50edf281077
Contents?: true
Size: 249 Bytes
Versions: 31
Compression:
Stored size: 249 Bytes
Contents
class FilterAndExcludeHostParents < ActiveRecord::Migration[5.2] def change add_column :foreman_virt_who_configure_configs, :filter_host_parents, :text add_column :foreman_virt_who_configure_configs, :exclude_host_parents, :text end end
Version data entries
31 entries across 31 versions & 1 rubygems