Fix the build.

This commit is contained in:
Guo Xiang Tan 2017-08-08 09:59:18 +09:00
parent 6ecb7cdff4
commit 9a0eb2eeb1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class CreateDirectoryItems < ActiveRecord::Migration
t.integer :topics_entered, null: false
t.integer :topic_count, null: false
t.integer :post_count, null: false
t.timestamps null: false
t.timestamps null: true
end
add_index :directory_items, :period_type