Sha256: 39e9b7a13c960588204a1a0cca5d2cce2fd3895bcb4578cf40c977837fdfe9c8

Contents?: true

Size: 222 Bytes

Versions: 195

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

195 entries across 195 versions & 1 rubygems

Version Path
katello-3.9.0.rc2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.9.0.rc1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.7.1.1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.7.1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.8.0 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.8.0.rc3 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.8.0.rc2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.7.0 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.8.0.rc1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.7.0.rc2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.7.0.rc1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.6.0 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.6.0.1.rc2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.6.0.rc2 db/migrate/20150227213850_change_descriptions_to_text_fields.rb
katello-3.6.0.rc1 db/migrate/20150227213850_change_descriptions_to_text_fields.rb