Sha256: ce6c85e10258fe148e12a0ab32d58fc9bd2c460d1057ceb4171c25c6cc58710b
Contents?: true
Size: 170 Bytes
Versions: 6
Compression:
Stored size: 170 Bytes
Contents
class AddIndexToKatelloContentFacetErrata < ActiveRecord::Migration def change add_index :katello_content_facet_errata, :content_facet_id, using: 'btree' end end
Version data entries
6 entries across 6 versions & 1 rubygems