Sha256: 72021a24704264c1956ce4644285e29991f9daed84d2fb56613ce2e8470dda73
Contents?: true
Size: 474 Bytes
Versions: 22
Compression:
Stored size: 474 Bytes
Contents
class CreateContentViewDockerFilterRules < ActiveRecord::Migration def change create_table :katello_content_view_docker_filter_rules do |t| t.references :content_view_filter t.string :name, :limit => 255 t.timestamps end add_foreign_key :katello_content_view_docker_filter_rules, :katello_content_view_filters, :name => "katello_content_view_docker_filter_rules_filter_fk", :column => 'content_view_filter_id' end end
Version data entries
22 entries across 22 versions & 1 rubygems