Sha256: fa64573f6e9036d3308c1c4aaf4857c7e610f227c859fe15a8c71205d8c4b444
Contents?: true
Size: 316 Bytes
Versions: 23
Compression:
Stored size: 316 Bytes
Contents
class AddRootRepositoryIdToSccRepository < ActiveRecord::Migration[5.2] def change add_column :scc_repositories, :katello_root_repository_id, :integer, index: true, null: true add_foreign_key :scc_repositories, :katello_root_repositories, column: :katello_root_repository_id, on_delete: :nullify end end
Version data entries
23 entries across 23 versions & 1 rubygems