Sha256: 9eff365b5bc101c72218d056100511201aef487b3d7e5dc994afdc051d0efd12
Contents?: true
Size: 215 Bytes
Versions: 99
Compression:
Stored size: 215 Bytes
Contents
class AddContentViewVersionCounts < ActiveRecord::Migration[5.2] def change add_column :katello_content_view_versions, :content_counts, :text Katello::ContentViewVersion.reset_column_information end end
Version data entries
99 entries across 99 versions & 1 rubygems