lib/cloud_crowd/schema.rb in cloud-crowd-0.5.2 vs lib/cloud_crowd/schema.rb in cloud-crowd-0.6.0

- old
+ new

@@ -39,11 +39,9 @@ t.text "output" t.datetime "created_at" t.datetime "updated_at" end - # Here be indices. After looking, it seems faster not to have them at all. - # add_index "jobs", ["status"], :name => "index_jobs_on_status" add_index "work_units", ["job_id"], :name => "index_work_units_on_job_id" add_index "work_units", ["worker_pid"], :name => "index_work_units_on_worker_pid" add_index "work_units", ["worker_pid", "status"], :name => "index_work_units_on_worker_pid_and_status" add_index "work_units", ["worker_pid", "node_record_id"], :name => "index_work_units_on_worker_pid_and_node_record_id"