Sha256: c69bdd9d4c0dcd0236e1b3be28fb9448a69ee5476b37071c1ffaaf9c24546fcb
Contents?: true
Size: 171 Bytes
Versions: 189
Compression:
Stored size: 171 Bytes
Contents
class AddIgnorableContentToRepository < ActiveRecord::Migration[5.1] def change add_column :katello_repositories, :ignorable_content, :text, :null => true end end
Version data entries
189 entries across 189 versions & 1 rubygems