From f3fa8f4b0603fe5ddbf7a6d6ea9692bdb9ffe380 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 1 Jul 2017 00:02:50 +0200 Subject: No need for rails prefix active_file is specific enough. --- lib/active_file/migration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/active_file/migration.rb') diff --git a/lib/active_file/migration.rb b/lib/active_file/migration.rb index 0f6b0a3fd2..6e5ed0c997 100644 --- a/lib/active_file/migration.rb +++ b/lib/active_file/migration.rb @@ -1,6 +1,6 @@ class ActiveFile::CreateBlobs < ActiveRecord::Migration[5.2] def change - create_table :rails_active_file_blobs do |t| + create_table :active_file_blobs do |t| t.string :token t.string :filename t.string :content_type -- cgit v1.2.3