summaryrefslogtreecommitdiff
path: root/db/migrate/07_create_forumthreads.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/07_create_forumthreads.rb')
-rw-r--r--db/migrate/07_create_forumthreads.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/07_create_forumthreads.rb b/db/migrate/07_create_forumthreads.rb
index 1f06761..830b5f2 100644
--- a/db/migrate/07_create_forumthreads.rb
+++ b/db/migrate/07_create_forumthreads.rb
@@ -11,7 +11,7 @@ class CreateForumthreads < ActiveRecord::Migration
t.references :forum
- t.timestamps
+ t.timestamps null: true
end
end
end