Skip to content

Commit

Permalink
Set proper migration' version in bug report templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanvlviv committed Oct 18, 2017
1 parent ded41a9 commit 615415b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -37,7 +37,7 @@
class Payment < ActiveRecord::Base
end

class ChangeAmountToAddScale < ActiveRecord::Migration[5.0]
class ChangeAmountToAddScale < ActiveRecord::Migration[5.1]
def change
reversible do |dir|
dir.up do
Expand Down
Expand Up @@ -37,7 +37,7 @@
class Payment < ActiveRecord::Base
end

class ChangeAmountToAddScale < ActiveRecord::Migration[5.0]
class ChangeAmountToAddScale < ActiveRecord::Migration[5.2]
def change
reversible do |dir|
dir.up do
Expand Down

0 comments on commit 615415b

Please sign in to comment.