We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2855f6 commit 85cb881Copy full SHA for 85cb881
test/dummy/db/queue_schema.rb
@@ -76,7 +76,6 @@
76
t.datetime "created_at", null: false
77
t.datetime "updated_at", null: false
78
t.string "batch_id"
79
- t.datetime "batch_processed_at"
80
t.index ["active_job_id"], name: "index_solid_queue_jobs_on_active_job_id"
81
t.index ["batch_id"], name: "index_solid_queue_jobs_on_batch_id"
82
t.index ["class_name"], name: "index_solid_queue_jobs_on_class_name"
0 commit comments