lib/cloud_crowd/schema.rb in cloud-crowd-0.7.5 vs lib/cloud_crowd/schema.rb in cloud-crowd-0.7.6

- old
+ new

@@ -24,9 +24,14 @@ t.integer "max_workers" t.datetime "created_at" t.datetime "updated_at" end + create_table "black_listed_actions", :force => true do |t| + t.string "action", :null => false + t.datetime "created_at" + end + create_table "work_units", :force => true do |t| t.integer "status", :null => false t.integer "job_id", :null => false t.text "input", :null => false t.string "action", :null => false