Skip to content

Commit

Permalink
Use min accepted version for ActiveRecord::Migration classes (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianna-chang-shopify authored Mar 8, 2021
1 parent 5581f73 commit 250f8a7
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 250f8a7

Please sign in to comment.