Project

General

Profile

« Previous | Next » 

Revision 0fa5d146

Added by Dominic Cleal over 10 years ago

fixes #3752 - move data population from migrations into seed script

View differences:

db/migrate/20110213104226_create_proxy_features.rb
t.string :name, :limit => 16
t.timestamps
end
Feature.create(:name => "TFTP")
Feature.create(:name => "DNS")
Feature.create(:name => "DHCP")
Feature.create(:name => "Puppet CA")
Feature.create(:name => "Puppet")
create_table :features_smart_proxies, :id => false do |t|
t.references :smart_proxy

Also available in: Unified diff