Skip to content

Commit

Permalink
Tries to satisfy rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
mereghost committed Dec 31, 2024
1 parent 9a3f62c commit adee493
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db/migrate/20241202112407_create_good_job_process_lock_ids.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ def change
end
end

# rubocop:disable Rails/BulkChangeTable
add_column :good_jobs, :locked_by_id, :uuid
add_column :good_jobs, :locked_at, :datetime
add_column :good_job_executions, :process_id, :uuid
add_column :good_job_processes, :lock_type, :integer, limit: 2
# rubocop:enable Rails/BulkChangeTable
end
end

0 comments on commit adee493

Please sign in to comment.