From 615415ba8145b82ff8d303db3add0ece572eaf24 Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Wed, 18 Oct 2017 16:28:12 +0300 Subject: Set proper migration' version in bug report templates --- guides/bug_report_templates/active_record_migrations_gem.rb | 2 +- guides/bug_report_templates/active_record_migrations_master.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/bug_report_templates') diff --git a/guides/bug_report_templates/active_record_migrations_gem.rb b/guides/bug_report_templates/active_record_migrations_gem.rb index f75b6fd932..9002b8f428 100644 --- a/guides/bug_report_templates/active_record_migrations_gem.rb +++ b/guides/bug_report_templates/active_record_migrations_gem.rb @@ -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 diff --git a/guides/bug_report_templates/active_record_migrations_master.rb b/guides/bug_report_templates/active_record_migrations_master.rb index 60416ed42f..fce8d1d848 100644 --- a/guides/bug_report_templates/active_record_migrations_master.rb +++ b/guides/bug_report_templates/active_record_migrations_master.rb @@ -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 -- cgit v1.2.3