Sha256: 28e3862fc4715b45d62bedb2309ba5138dd1d3296fb1bc0904f2e741a6908319
Contents?: true
Size: 310 Bytes
Versions: 133
Compression:
Stored size: 310 Bytes
Contents
class CreateContentGuard < ActiveRecord::Migration[5.2] def change create_table :katello_content_guards do |t| t.string :pulp_href, :null => false t.string :name, :null => false, :unique => true end add_column :katello_distribution_references, :content_guard_href, :string end end
Version data entries
133 entries across 133 versions & 1 rubygems