This commit is contained in:
guange 2015-08-26 22:11:39 +08:00
parent b9e08b22cd
commit ad0b14b768
1 changed files with 1 additions and 0 deletions

View File

@ -1535,6 +1535,7 @@ ActiveRecord::Schema.define(:version => 20150826061843) do
t.string "identity_url"
t.string "mail_notification", :default => "", :null => false
t.string "salt", :limit => 64
t.integer "gid"
end
add_index "users", ["auth_source_id"], :name => "index_users_on_auth_source_id"