Sha256: cecf6db6135a5021dc6fe17fcc08ed6d23855639af4b18d0e035dee242da21e9

Contents?: true

Size: 217 Bytes

Versions: 54

Compression:

Stored size: 217 Bytes

Contents

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

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
katello-3.5.2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.5.1.1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.5.1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.5.0.1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.5.0 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.5.0.rc2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.5.0.rc1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.4.5 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.4.4 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.4.2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.4.1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.4.0.2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.4.0.1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.3.2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.4.0 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.4.0.rc2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.4.0.rc1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.3.1.1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.3.1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.3.0.1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb