mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 11:36:05 +00:00
3 lines
91 B
SQL
3 lines
91 B
SQL
CREATE INDEX users_lowercase_username_pattern
|
|
ON users (LOWER(username) text_pattern_ops);
|