Files
modrinth/apps/labrinth/migrations/20260603120000_user-search-index.sql
T
2026-06-03 18:25:13 +01:00

3 lines
91 B
SQL

CREATE INDEX users_lowercase_username_pattern
ON users (LOWER(username) text_pattern_ops);