Sha256: 2fd719baca002f115b03dcb83322535a430f25460f7bf5848c8aff6530e2bd77
Contents?: true
Size: 221 Bytes
Versions: 44
Compression:
Stored size: 221 Bytes
Contents
class RemoveLabelFromActivationKey < ActiveRecord::Migration 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
44 entries across 44 versions & 1 rubygems