Skip to content

Commit

Permalink
Merge pull request #90 from aamine/email_nonuniq
Browse files Browse the repository at this point in the history
FIX: User email address may not be unique
  • Loading branch information
hogelog authored Oct 24, 2017
2 parents 2173f87 + 222a0e0 commit 0f5e7ec
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 0f5e7ec

Please sign in to comment.