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