Sha256: 7b5f114af06852ec44527ee9b9462fd33a031de72a6cd89151248181ffc09802
Contents?: true
Size: 415 Bytes
Versions: 53
Compression:
Stored size: 415 Bytes
Contents
class UpdateCompositeDefaultForContentView < ActiveRecord::Migration class Katello::ContentView end def up change_column_null(:katello_content_views, :composite, false, false) change_column_default(:katello_content_views, :composite, false) end def down change_column_null(:katello_content_views, :composite, nil) change_column_default(:katello_content_views, :composite, nil) end end
Version data entries
53 entries across 53 versions & 1 rubygems