Sha256: 4c59de425a134f77c1412c4dc76564c71104b95a0b9bc70e00267b615a69e425
Contents?: true
Size: 193 Bytes
Versions: 72
Compression:
Stored size: 193 Bytes
Contents
class AddUpstreamAuthTokenToRootRepository < ActiveRecord::Migration[6.0] def change add_column :katello_root_repositories, :upstream_authentication_token, :string, limit: 1024 end end
Version data entries
72 entries across 72 versions & 1 rubygems