Sha256: 1f0a916aea9f00ddd6155868a71b8d3eac59c6414dc3b708e90b554ec3dd15ae
Contents?: true
Size: 254 Bytes
Versions: 7
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
7 entries across 7 versions & 1 rubygems