Sha256: 8620f296c7506ed4b6dc96f9a68fce76bfb9bc77b4b8b9013a16d153b9ec8d41
Contents?: true
Size: 276 Bytes
Versions: 54
Compression:
Stored size: 276 Bytes
Contents
class AllowNullContentViewToActivationKey < ActiveRecord::Migration def up change_column :katello_activation_keys, :environment_id, :integer, :null => true end def down change_column :katello_activation_keys, :environment_id, :integer, :null => false end end
Version data entries
54 entries across 54 versions & 1 rubygems