Sha256: c3386c15e325983eab1626f191dff572724ca482b6665e5f4e79df54beeb1600
Contents?: true
Size: 218 Bytes
Versions: 10
Compression:
Stored size: 218 Bytes
Contents
class KatelloRepositoryDebsIdBigint < ActiveRecord::Migration[6.1] def change change_column :katello_repository_debs, :id, :bigint execute 'ALTER SEQUENCE katello_repository_debs_id_seq AS bigint;' end end
Version data entries
10 entries across 10 versions & 1 rubygems