Skip to content

Commit

Permalink
Fix template for the update migrations 03 index (#851) (#852)
Browse files Browse the repository at this point in the history
Three spaces instead of two generate a rubocop issue
  • Loading branch information
julienanne authored Feb 17, 2023
1 parent de33802 commit 5093a59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class CreateIndexGoodJobsJobsOnPriorityCreatedAtWhenUnfinished < ActiveRecord::Migration<%= migration_version %>
disable_ddl_transaction!

def change
def change
reversible do |dir|
dir.up do
# Ensure this incremental update migration is idempotent
Expand Down

0 comments on commit 5093a59

Please sign in to comment.