aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activestorage/db/migrate/20170806125915_create_active_storage_tables.rb')
-rw-r--r--activestorage/db/migrate/20170806125915_create_active_storage_tables.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb b/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb
index d333b6bf9c..8dc000821b 100644
--- a/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb
+++ b/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb
@@ -1,5 +1,3 @@
-# frozen_string_literal: true
-
class CreateActiveStorageTables < ActiveRecord::Migration[5.1]
def change
create_table :active_storage_blobs do |t|