Skip to content

Commit 85cb881

Browse files
committed
Leftover from previous implementation
1 parent e2855f6 commit 85cb881

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/dummy/db/queue_schema.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
t.datetime "created_at", null: false
7777
t.datetime "updated_at", null: false
7878
t.string "batch_id"
79-
t.datetime "batch_processed_at"
8079
t.index ["active_job_id"], name: "index_solid_queue_jobs_on_active_job_id"
8180
t.index ["batch_id"], name: "index_solid_queue_jobs_on_batch_id"
8281
t.index ["class_name"], name: "index_solid_queue_jobs_on_class_name"

0 commit comments

Comments
 (0)