Skip to content

Commit

Permalink
Fix template for the update migrations 03 index (bensheldon#851)
Browse files Browse the repository at this point in the history
Three spaces instead of two generate a rubocop issue
  • Loading branch information
julienanne committed Feb 17, 2023
1 parent de33802 commit e18b96a
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 e18b96a

Please sign in to comment.