lib/cloud_crowd/schema.rb in cloud-crowd-0.4.1 vs lib/cloud_crowd/schema.rb in cloud-crowd-0.5.0
- old
+ new
@@ -16,11 +16,12 @@
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.text "enabled_actions", :default => '', :null => false
t.boolean "busy", :default => false, :null => false
+ t.string "tag"
t.integer "max_workers"
t.datetime "created_at"
t.datetime "updated_at"
end