Sha256: 0a007563f78daab9c4fc44159c6f60a95667fbf2a250b01814bb5d02f3567910
Contents?: true
Size: 213 Bytes
Versions: 179
Compression:
Stored size: 213 Bytes
Contents
class AddDescriptionToKatelloModuleStreams < ActiveRecord::Migration[5.1] def change add_column :katello_module_streams, :description, :text add_column :katello_module_streams, :summary, :text end end
Version data entries
179 entries across 179 versions & 1 rubygems