Skip to content

Commit

Permalink
move to a text column for enabled_actions for safety's sake
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jun 22, 2010
1 parent 0fe7db0 commit 7c2b91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cloud_crowd/schema.rb
Expand Up @@ -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"
Expand Down

0 comments on commit 7c2b91f

Please sign in to comment.