mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 20:44:40 +08:00
Remove Rails 5 deprecation warning.
This commit is contained in:
@ -3,7 +3,7 @@ class CreateUserFields < ActiveRecord::Migration
|
||||
create_table :user_fields do |t|
|
||||
t.string :name, null: false
|
||||
t.string :field_type, null: false
|
||||
t.timestamps
|
||||
t.timestamps null: false
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user