Sha256: 02ea828d5ef7f86c95cb3c5710f1e1fa2653325139f8ea1d26f2a71c09cb37bc
Contents?: true
Size: 161 Bytes
Versions: 10
Compression:
Stored size: 161 Bytes
Contents
class AllowNullForRepositoryContentId < ActiveRecord::Migration def change change_column :katello_repositories, :content_id, :string, null: true end end
Version data entries
10 entries across 10 versions & 1 rubygems