Sha256: 1c6c5669e85831aaa82a5d93fddba597a7081dae3a8abde4cc066fd305f66189
Contents?: true
Size: 479 Bytes
Versions: 195
Compression:
Stored size: 479 Bytes
Contents
class CreateContentViewDockerFilterRules < ActiveRecord::Migration[4.2] 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
195 entries across 195 versions & 1 rubygems