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 1951512 commit 15a5932Copy full SHA for 15a5932
db/migrate/20250925135238_change_user_jobs_to_batch_id.rb
@@ -1,6 +1,5 @@
1
class ChangeUserJobsToBatchId < ActiveRecord::Migration[7.2]
2
def change
3
add_column :user_jobs, :good_job_batch_id, :uuid
4
- remove_column :user_jobs, :good_job_id, :uuid
5
end
6
0 commit comments