Files
Vedant Shankar Bhavsar 61b3324941 fix: improve email handling and user lookup in OAuth configuration (#2874)
* refactor: improve email handling and user lookup in OAuth configuration

* refactor: enhance OAuth user mapping and improve email handling

---------

Co-authored-by: Amruth Pillai <im.amruth@gmail.com>
2026-04-09 16:02:30 +02:00

1 line
77 B
SQL

CREATE UNIQUE INDEX "user_email_lower_unique_idx" ON "user" (lower("email"));