Sha256: 813853b90ec751fcd1e2af1010e2e59b3eecfde64e4d995bce38e58cf08c0047

Contents?: true

Size: 258 Bytes

Versions: 13

Compression:

Stored size: 258 Bytes

Contents

class ChangeKatelloRepositoryRpmsIdSeqToBigInt < ActiveRecord::Migration[6.1]
  def up
    execute 'ALTER SEQUENCE katello_repository_rpms_id_seq AS bigint;'
  end

  def down
    execute 'ALTER SEQUENCE katello_repository_rpms_id_seq AS integer;'
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
katello-4.14.2 db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb
katello-4.15.0 db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb
katello-4.15.0.rc2 db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb
katello-4.15.0.rc1 db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb
katello-4.14.1 db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb
katello-4.14.0 db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb
katello-4.14.0.rc3 db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb
katello-4.14.0.rc2 db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb
katello-4.14.0.rc1.1 db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb
katello-4.14.0.rc1 db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb
katello-4.13.1 db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb
katello-4.13.0 db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb
katello-4.13.0.rc1 db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb