diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2017-08-22 11:57:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-22 11:57:12 -0400 |
commit | 79f3f286303cf12cbcd7784acd12e814cff16f58 (patch) | |
tree | 658e5ff74cd38ac1deda02aa558e90a53c820b2d /activestorage/test | |
parent | fabac4fe025e3af5ecd53e621a06cc4ab20b01b5 (diff) | |
parent | 92431ea5fb74b0732dbe052ddad38f8227903230 (diff) | |
download | rails-79f3f286303cf12cbcd7784acd12e814cff16f58.tar.gz rails-79f3f286303cf12cbcd7784acd12e814cff16f58.tar.bz2 rails-79f3f286303cf12cbcd7784acd12e814cff16f58.zip |
Merge pull request #30336 from bogdanvlviv/use_version_5_2_for_activestorage
Use 5.2 version of ActiveRecord::Migration for Active Storage
Diffstat (limited to 'activestorage/test')
-rw-r--r-- | activestorage/test/database/create_users_migration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/test/database/create_users_migration.rb b/activestorage/test/database/create_users_migration.rb index 317daa87b5..fdba87cacf 100644 --- a/activestorage/test/database/create_users_migration.rb +++ b/activestorage/test/database/create_users_migration.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -class ActiveStorageCreateUsers < ActiveRecord::Migration[5.1] +class ActiveStorageCreateUsers < ActiveRecord::Migration[5.2] def change create_table :users do |t| t.string :name |