Skip to content

Commit

Permalink
Update 20250216102816_add_index_good_jobs_concurrency_key_created_at.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon authored Feb 16, 2025
1 parent 9bab312 commit c3e8730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

class AddIndexGoodJobsConcurrencyKeyCreatedAt <ActiveRecord::Migration[8.0]
class AddIndexGoodJobsConcurrencyKeyCreatedAt <ActiveRecord::Migration[7.1]
def change
add_index :good_jobs, [:concurrency_key, :created_at]
end
Expand Down

0 comments on commit c3e8730

Please # to comment.