mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Remove Rails 5 deprecation warning.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user