Sha256: 4d615315ac2a07dd485b84d0fcf66c70c7b26353899ff4717941177d1510fc0c
Contents?: true
Size: 254 Bytes
Versions: 86
Compression:
Stored size: 254 Bytes
Contents
class AddAuthUrlTokenToRootRepositories < ActiveRecord::Migration[6.0] def change add_column :katello_root_repositories, :ansible_collection_auth_url, :text add_column :katello_root_repositories, :ansible_collection_auth_token, :text end end
Version data entries
86 entries across 86 versions & 1 rubygems