Sha256: 61cf14237e2955ee8a88d88baff8899f43a35279095313404f2dfbce79ec4fdd
Contents?: true
Size: 243 Bytes
Versions: 54
Compression:
Stored size: 243 Bytes
Contents
class UpdateContentViewDescriptionType < ActiveRecord::Migration def up change_column :katello_content_views, :description, :string, :limit => 255 end def down change_column :katello_content_views, :description, :text end end
Version data entries
54 entries across 54 versions & 1 rubygems