Sha256: 80cfe43f0ecb9988fb6228acdc28a9f492c5a7bcf79acfbf69fbaadd5ca23111
Contents?: true
Size: 306 Bytes
Versions: 29
Compression:
Stored size: 306 Bytes
Contents
class AddTagRepositoryIdIndex < ActiveRecord::Migration[4.2] def up add_index :docker_tags, [:tag, :katello_repository_id], :name => :katello_docker_tag_repository_id, :unique => true end def down remove_index :docker_tags, :name => :katello_docker_tag_repository_id end end
Version data entries
29 entries across 29 versions & 1 rubygems