mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 22:26:10 +08:00
Fix the build.
This commit is contained in:
parent
6ecb7cdff4
commit
9a0eb2eeb1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user