Sha256: 1458f6426d792ccab0436a7c29eb70959cf0c96e4bdb8a5654d8f52ce02e15d6
Contents?: true
Size: 188 Bytes
Versions: 13
Compression:
Stored size: 188 Bytes
Contents
class RemoveKatelloFlagFromContainers < ActiveRecord::Migration def up remove_column :containers, :katello end def down add_column :containers, :katello, :boolean end end
Version data entries
13 entries across 13 versions & 1 rubygems