lib/cloud_crowd/schema.rb in cloud-crowd-0.2.0 vs lib/cloud_crowd/schema.rb in cloud-crowd-0.2.1
- old
+ new
@@ -13,13 +13,14 @@
t.datetime "created_at"
t.datetime "updated_at"
end
create_table "node_records", :force => true do |t|
- t.string "host", :null => false
- t.string "ip_address", :null => false
- t.integer "port", :null => false
- t.string "enabled_actions", :default => '', :null => false
+ t.string "host", :null => false
+ t.string "ip_address", :null => false
+ t.integer "port", :null => false
+ t.string "enabled_actions", :default => '', :null => false
+ t.boolean "busy", :default => false, :null => false
t.integer "max_workers"
t.datetime "created_at"
t.datetime "updated_at"
end