Set proper migration' version in bug report templates

This commit is contained in:
bogdanvlviv 2017-10-18 16:28:12 +03:00
parent ded41a9b84
commit 615415ba81
No known key found for this signature in database
GPG Key ID: E4ACD76A6DB6DFDD
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ end
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

View File

@ -37,7 +37,7 @@ end
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