Skip to content

Commit

Permalink
Use min accepted version for ActiveRecord::Migration classes (Shopify…
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianna-chang-shopify authored and lawrencewong committed Apr 29, 2023
1 parent e28268d commit 87ecc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20210225152418_remove_index_on_task_name.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class RemoveIndexOnTaskName < ActiveRecord::Migration[6.1]
class RemoveIndexOnTaskName < ActiveRecord::Migration[6.0]
def up
change_table(:maintenance_tasks_runs) do |t|
t.remove_index(:task_name)
Expand Down

0 comments on commit 87ecc6e

Please sign in to comment.