Sha256: dcb4dbbede8c91c5a7a34bccfcc4aa374e234992fff1dc8826a2178e7edd6f22
Contents?: true
Size: 249 Bytes
Versions: 200
Compression:
Stored size: 249 Bytes
Contents
class AddDepthToRepositories < ActiveRecord::Migration[4.2] 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
200 entries across 200 versions & 1 rubygems