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

Version Path
katello-2.4.3 db/migrate/20140411134235_update_content_view_description_type.rb
katello-3.0.0.rc7 db/migrate/20140411134235_update_content_view_description_type.rb
katello-3.0.0.rc5 db/migrate/20140411134235_update_content_view_description_type.rb
katello-2.4.2 db/migrate/20140411134235_update_content_view_description_type.rb
katello-3.0.0.rc4 db/migrate/20140411134235_update_content_view_description_type.rb
katello-3.0.0.rc3 db/migrate/20140411134235_update_content_view_description_type.rb
katello-3.0.0.rc2 db/migrate/20140411134235_update_content_view_description_type.rb
katello-3.0.0.rc1 db/migrate/20140411134235_update_content_view_description_type.rb
katello-2.4.1 db/migrate/20140411134235_update_content_view_description_type.rb
katello-2.4.0 db/migrate/20140411134235_update_content_view_description_type.rb
katello-2.4.0.rc3 db/migrate/20140411134235_update_content_view_description_type.rb
katello-2.4.0.rc2 db/migrate/20140411134235_update_content_view_description_type.rb
katello-2.4.0.rc1 db/migrate/20140411134235_update_content_view_description_type.rb
katello-2.2.2 db/migrate/20140411134235_update_content_view_description_type.rb