Skip to content

Commit

Permalink
User email address may not be unique; e.g. Multiple uid with same ema…
Browse files Browse the repository at this point in the history
…il is valid
  • Loading branch information
aamine committed Oct 24, 2017
1 parent 2173f87 commit 222a0e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/users.schema
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ create_table "users", force: :cascade do |t|
end

add_index "users", ["provider", "uid"], name: "uniq_provider_uid", unique: true, using: :btree
add_index "users", ["email"], name: "uniq_email", unique: true, using: :btree

0 comments on commit 222a0e0

Please sign in to comment.