Sha256: 10b2fc73b5fa10c13bc48e8aa06cf93d135feab2a37abd08406139c9ccb72de9
Contents?: true
Size: 257 Bytes
Versions: 123
Compression:
Stored size: 257 Bytes
Contents
class UpdateEnvironmentsAddKatelloId < ActiveRecord::Migration[4.2] def up add_column :environments, :katello_id, :string, :limit => 255 add_index :environments, :katello_id end def down remove_column :environments, :katello_id end end
Version data entries
123 entries across 123 versions & 1 rubygems