Skip to content

Commit 15a5932

Browse files
committed
Reverse the removal of the good_job_id column from the user_jobs table.
This should allow existing jobs to continue working until completed.
1 parent 1951512 commit 15a5932

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
class ChangeUserJobsToBatchId < ActiveRecord::Migration[7.2]
22
def change
33
add_column :user_jobs, :good_job_batch_id, :uuid
4-
remove_column :user_jobs, :good_job_id, :uuid
54
end
65
end

0 commit comments

Comments
 (0)