Sha256: 2ec0a66ab7ad2db1006753ccf66d80bee69b6516d32da03728351d35f465404d

Contents?: true

Size: 142 Bytes

Versions: 5

Compression:

Stored size: 142 Bytes

Contents

class AddBmcFeatureToProxy < ActiveRecord::Migration
  def self.up
    Feature.find_or_create_by_name("BMC")
  end

  def self.down
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/db/migrate/20120927020752_add_bmc_feature_to_proxy.rb
foreman_discovery-1.0.0.rc4 test/foreman_app/db/migrate/20120927020752_add_bmc_feature_to_proxy.rb
foreman_discovery-1.0.0.rc3 test/foreman_app/db/migrate/20120927020752_add_bmc_feature_to_proxy.rb
foreman_discovery-1.0.0.rc2 test/foreman_app/db/migrate/20120927020752_add_bmc_feature_to_proxy.rb
foreman_discovery-1.0.0.rc1 test/foreman_app/db/migrate/20120927020752_add_bmc_feature_to_proxy.rb