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:
@@ -4,7 +4,7 @@ class AddGithubUserInfo < ActiveRecord::Migration
|
||||
t.integer :user_id, null: false
|
||||
t.string :screen_name, null: false
|
||||
t.integer :github_user_id, null: false
|
||||
t.timestamps
|
||||
t.timestamps null: false
|
||||
end
|
||||
|
||||
add_index :github_user_infos, [:github_user_id], unique: true
|
||||
|
||||
Reference in New Issue
Block a user