From 92431ea5fb74b0732dbe052ddad38f8227903230 Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Sun, 20 Aug 2017 17:41:49 +0300 Subject: Use 5.2 version of ActiveRecord::Migration for Active Storage --- activestorage/db/migrate/20170806125915_create_active_storage_tables.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activestorage/db/migrate/20170806125915_create_active_storage_tables.rb') 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 -- cgit v1.2.3