aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/db
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2017-08-20 17:41:49 +0300
committerbogdanvlviv <bogdanvlviv@gmail.com>2017-08-22 17:32:43 +0300
commit92431ea5fb74b0732dbe052ddad38f8227903230 (patch)
tree658e5ff74cd38ac1deda02aa558e90a53c820b2d /activestorage/db
parentfabac4fe025e3af5ecd53e621a06cc4ab20b01b5 (diff)
downloadrails-92431ea5fb74b0732dbe052ddad38f8227903230.tar.gz
rails-92431ea5fb74b0732dbe052ddad38f8227903230.tar.bz2
rails-92431ea5fb74b0732dbe052ddad38f8227903230.zip
Use 5.2 version of ActiveRecord::Migration for Active Storage
Diffstat (limited to 'activestorage/db')
-rw-r--r--activestorage/db/migrate/20170806125915_create_active_storage_tables.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb b/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb
index 8dc000821b..7a869874a4 100644
--- a/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb
+++ b/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb
@@ -1,4 +1,4 @@
-class CreateActiveStorageTables < ActiveRecord::Migration[5.1]
+class CreateActiveStorageTables < ActiveRecord::Migration[5.2]
def change
create_table :active_storage_blobs do |t|
t.string :key, null: false