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-2.4.3 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.0.0.rc7 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.0.0.rc5 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-2.4.2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.0.0.rc4 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.0.0.rc3 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.0.0.rc2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.0.0.rc1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-2.4.1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-2.4.0 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-2.4.0.rc3 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-2.4.0.rc2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-2.4.0.rc1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-2.2.2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb