Project

General

Profile

« Previous | Next » 

Revision b405249f

Added by Ian Ballou about 1 month ago

Fixes #37403 - make repository rpm ID sequence bigint

View differences:

db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb
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

Also available in: Unified diff