Sha256: f4355a7d701e5cf87e9c9953da8eebf94618a3573a6782bfde3e42671307f277
Contents?: true
Size: 183 Bytes
Versions: 18
Compression:
Stored size: 183 Bytes
Contents
class AddKatelloFlagToContainers < ActiveRecord::Migration def up add_column :containers, :katello, :boolean end def down remove_column :containers, :katello end end
Version data entries
18 entries across 18 versions & 1 rubygems