Remove Rails 5 deprecation warning.

This commit is contained in:
Guo Xiang Tan
2017-08-08 00:48:57 +09:00
parent 2e4b3e9b06
commit 1103ea7c4c
100 changed files with 108 additions and 108 deletions
@@ -10,7 +10,7 @@ class CreateTopicStatusUpdatesAgain < ActiveRecord::Migration
t.boolean :based_on_last_post, null: false, default: false
t.datetime :deleted_at
t.integer :deleted_by_id
t.timestamps
t.timestamps null: false
t.integer :category_id
end