Sha256: 429327bb4447d5d9f97cddb526cc81fa2498bff164242fdf2e868b02c3b0cccd
Contents?: true
Size: 204 Bytes
Versions: 193
Compression:
Stored size: 204 Bytes
Contents
class AddUuidToContentViewPackageGroupFilterRule < ActiveRecord::Migration[4.2] def change add_column :katello_content_view_package_group_filter_rules, :uuid, :string, :limit => 255 end end
Version data entries
193 entries across 193 versions & 1 rubygems