Project

General

Profile

Download (161 Bytes) Statistics
| Branch: | Tag: | Revision:
class AllowNullForRepositoryContentId < ActiveRecord::Migration
def change
change_column :katello_repositories, :content_id, :string, null: true
end
end
(17-17/17)