Sha256: c1c98b4822264e64229d7e15467892dbd6cbb6031949f4ee459459e3c6f2a287
Contents?: true
Size: 439 Bytes
Versions: 200
Compression:
Stored size: 439 Bytes
Contents
class ChangeActivationKeyColumnNames < ActiveRecord::Migration[4.2] def self.up rename_column :katello_activation_keys, :max_content_hosts, :max_hosts rename_column :katello_activation_keys, :unlimited_content_hosts, :unlimited_hosts end def self.down rename_column :katello_activation_keys, :max_hosts, :max_content_hosts rename_column :katello_activation_keys, :unlimited_hosts, :unlimited_content_hosts end end
Version data entries
200 entries across 200 versions & 1 rubygems