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