Sha256: 389090179503356466decf160b505c7292a51149a12f6340f735024685d6e7bd
Contents?: true
Size: 244 Bytes
Versions: 16
Compression:
Stored size: 244 Bytes
Contents
class AddDepthToRepositories < ActiveRecord::Migration def change add_column :katello_repositories, :ostree_upstream_sync_policy, :string, :limit => 25 add_column :katello_repositories, :ostree_upstream_sync_depth, :integer end end
Version data entries
16 entries across 16 versions & 1 rubygems