mirror of
https://github.com/modrinth/code.git
synced 2026-08-24 16:44:51 +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));
|