mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 01:15:26 +10:00
61b3324941
* 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>
1 line
77 B
SQL
1 line
77 B
SQL
CREATE UNIQUE INDEX "user_email_lower_unique_idx" ON "user" (lower("email")); |