Sha256: 1ab01e89d0ca1cf70279fa405d6d488027bb4b3aa2e4b581af920cee2e9c8fbf
Contents?: true
Size: 187 Bytes
Versions: 193
Compression:
Stored size: 187 Bytes
Contents
class AllowNullForRepositoryContentId < ActiveRecord::Migration[4.2] def change change_column :katello_repositories, :content_id, :string, null: true, :limit => 255 end end
Version data entries
193 entries across 193 versions & 1 rubygems