mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
* feat(labrinth): ignore email case differences in password recovery flow * chore(labrinth): run `sqlx prepare`
2 lines
60 B
SQL
2 lines
60 B
SQL
CREATE INDEX users_lowercase_email ON users (LOWER(email));
|