Sha256: a4c006197267207d9bcd020e83dc204996b3a62740fd3ddae6f03711849823df
Contents?: true
Size: 552 Bytes
Versions: 120
Compression:
Stored size: 552 Bytes
Contents
class AddContentViewVersionExportHistory < ActiveRecord::Migration[6.0] def change create_table :katello_content_view_version_export_histories do |t| t.timestamps t.string :destination_server t.string :path t.references :content_view_version, index: { name: :katello_cvv_export_history_cvv_id } end add_index :katello_content_view_version_export_histories, [:destination_server, :content_view_version_id, :path], unique: true, name: :katello_cvv_export_history_sat_cvv_id_path_destination end end
Version data entries
120 entries across 120 versions & 1 rubygems