summaryrefslogtreecommitdiff
path: root/db/migrate/20150806104937_create_abuse_reports.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20150806104937_create_abuse_reports.rb')
-rw-r--r--db/migrate/20150806104937_create_abuse_reports.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20150806104937_create_abuse_reports.rb b/db/migrate/20150806104937_create_abuse_reports.rb
index 3c749b5d9a9..9f1512db862 100644
--- a/db/migrate/20150806104937_create_abuse_reports.rb
+++ b/db/migrate/20150806104937_create_abuse_reports.rb
@@ -6,7 +6,7 @@ class CreateAbuseReports < ActiveRecord::Migration
t.integer :user_id
t.text :message
- t.timestamps
+ t.timestamps null: true
end
end
end