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:
@@ -6,7 +6,7 @@ class CreatePostDetails < ActiveRecord::Migration
|
||||
t.string :value, size: 512
|
||||
t.text :extra
|
||||
|
||||
t.timestamps
|
||||
t.timestamps null: false
|
||||
end
|
||||
|
||||
add_index :post_details, [:post_id, :key], unique: true
|
||||
|
||||
Reference in New Issue
Block a user