Sha256: 49cf314868f45156997ef5a497f544adbb492874b3f520561a20c3656569655c
Contents?: true
Size: 188 Bytes
Versions: 4
Compression:
Stored size: 188 Bytes
Contents
class AddKatelloFlagToContainers < ActiveRecord::Migration[4.2] def up add_column :containers, :katello, :boolean end def down remove_column :containers, :katello end end
Version data entries
4 entries across 4 versions & 1 rubygems