Sha256: 28930cc8f0e4c6d94f6562876af97ea08104a8f81195f54cd87feaa8bac1d5bc
Contents?: true
Size: 182 Bytes
Versions: 44
Compression:
Stored size: 182 Bytes
Contents
class AllowNullForRepositoryContentId < ActiveRecord::Migration def change change_column :katello_repositories, :content_id, :string, null: true, :limit => 255 end end
Version data entries
44 entries across 44 versions & 1 rubygems