Sha256: df7ad1f91ef30e07c61fc77d5f0dec18970cdd17545f6c80ec92cc84a8a779b7
Contents?: true
Size: 465 Bytes
Versions: 160
Compression:
Stored size: 465 Bytes
Contents
class UpdateContentViewFiltersRepositoriesJoinTable < ActiveRecord::Migration[5.2] def up rename_table :katello_content_view_filters_repositories, :katello_repository_content_view_filters add_column :katello_repository_content_view_filters, :id, :primary_key end def down rename_table :katello_repository_content_view_filters, :katello_content_view_filters_repositories remove_column :katello_content_view_filters_repositories, :id end end
Version data entries
160 entries across 160 versions & 1 rubygems