Sha256: 50f79607a727cee986fc7371a32838f5ad83208cfa07c43c7d85853b4ddfeaf5
Contents?: true
Size: 452 Bytes
Versions: 195
Compression:
Stored size: 452 Bytes
Contents
class AddRepoIdIndexes < ActiveRecord::Migration[4.2] def change add_index :katello_repository_docker_manifests, :repository_id add_index :katello_repository_errata, :repository_id add_index :katello_repository_ostree_branches, :repository_id add_index :katello_repository_package_groups, :repository_id add_index :katello_repository_puppet_modules, :repository_id add_index :katello_repository_rpms, :repository_id end end
Version data entries
195 entries across 195 versions & 1 rubygems