Sha256: 7cbc4d91cbd4430735aaa56d69ab45e0d8b0fabaf0dec49f7f037fbd0052b0f1
Contents?: true
Size: 387 Bytes
Versions: 44
Compression:
Stored size: 387 Bytes
Contents
class CreateContentViewPackageFilterRules < ActiveRecord::Migration def change create_table :katello_content_view_package_filter_rules do |t| t.references :content_view_filter t.string :name, :limit => 255 t.string :version, :limit => 255 t.string :min_version, :limit => 255 t.string :max_version, :limit => 255 t.timestamps end end end
Version data entries
44 entries across 44 versions & 1 rubygems