Sha256: 3f963620c186dfd2092062c59a527ceb9041a1f2b67b0461cd2301dc118f996c
Contents?: true
Size: 205 Bytes
Versions: 25
Compression:
Stored size: 205 Bytes
Contents
class AddCustomCdnAuthEnabledToKatelloCdnConfigurations < ActiveRecord::Migration[6.1] def change add_column :katello_cdn_configurations, :custom_cdn_auth_enabled, :boolean, default: false end end
Version data entries
25 entries across 25 versions & 1 rubygems