Sha256: ce0438131eb8aedc051e656f9ba64ca6164bd5a96ac6cb045833d60e12f9e024
Contents?: true
Size: 281 Bytes
Versions: 195
Compression:
Stored size: 281 Bytes
Contents
class AllowNullContentViewToActivationKey < ActiveRecord::Migration[4.2] 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
195 entries across 195 versions & 1 rubygems