Sha256: f9c9ca0d2b0ef571da01efcf1d9d1ba7a0244e0e4726b42e86a417dd19cae4df

Contents?: true

Size: 425 Bytes

Versions: 3

Compression:

Stored size: 425 Bytes

Contents

class AddFieldsToKatelloDockerManifestList < ActiveRecord::Migration[6.1]
  def change
    add_column :katello_docker_manifest_lists, :annotations, :jsonb, default: {}
    add_column :katello_docker_manifest_lists, :labels, :jsonb, default: {}
    add_column :katello_docker_manifest_lists, :is_bootable, :boolean, default: false
    add_column :katello_docker_manifest_lists, :is_flatpak, :boolean, default: false
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
katello-4.15.0 db/migrate/20241007200316_add_fields_to_katello_docker_manifest_list.rb
katello-4.15.0.rc2 db/migrate/20241007200316_add_fields_to_katello_docker_manifest_list.rb
katello-4.15.0.rc1 db/migrate/20241007200316_add_fields_to_katello_docker_manifest_list.rb