From 7c2b91fb1b95db5665591e76088423a41132308c Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Tue, 22 Jun 2010 11:06:37 -0400 Subject: [PATCH] move to a text column for enabled_actions for safety's sake --- lib/cloud_crowd/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cloud_crowd/schema.rb b/lib/cloud_crowd/schema.rb index aac6a54..8aae602 100644 --- a/lib/cloud_crowd/schema.rb +++ b/lib/cloud_crowd/schema.rb @@ -18,7 +18,7 @@ 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"