Sha256: 39e9b7a13c960588204a1a0cca5d2cce2fd3895bcb4578cf40c977837fdfe9c8

Contents?: true

Size: 222 Bytes

Versions: 200

Compression:

Stored size: 222 Bytes

Contents

class ChangeDescriptionsToTextFields < ActiveRecord::Migration[4.2]
  def change
    change_column :katello_content_view_filters, :description, :text
    change_column :katello_content_views, :description, :text
  end
end

Version data entries

200 entries across 200 versions & 1 rubygems

Version Path
katello-4.7.5 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.8.0 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.8.0.rc2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.7.4 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.8.0.rc1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.7.3 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.7.2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.7.1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.6.2.1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.6.2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.7.0 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.6.1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.7.0.rc2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.7.0.rc1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.4.2.2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.4.2.1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.4.2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.5.1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.6.0 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-4.6.0.rc2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb