summaryrefslogtreecommitdiffstats
path: root/db/migrate/010_create_comments.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/010_create_comments.rb')
-rw-r--r--db/migrate/010_create_comments.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/migrate/010_create_comments.rb b/db/migrate/010_create_comments.rb
index f4e898fe4..c711c748a 100644
--- a/db/migrate/010_create_comments.rb
+++ b/db/migrate/010_create_comments.rb
@@ -1,5 +1,3 @@
-# frozen_string_literal: false
-
class CreateComments < ActiveRecord::Migration[4.2]
def self.up
create_table :comments do |t|