Sha256: bbe7a022abc5aacf61000096af71586cf9d264672c195d82147c40900f4eb3d0
Contents?: true
Size: 226 Bytes
Versions: 195
Compression:
Stored size: 226 Bytes
Contents
class RemoveLabelFromActivationKey < ActiveRecord::Migration[4.2] def up remove_column :katello_activation_keys, :label end def down add_column :katello_activation_keys, :label, :string, :limit => 255 end end
Version data entries
195 entries across 195 versions & 1 rubygems