mirror of
https://github.com/modrinth/code.git
synced 2026-09-02 13:05:50 +00:00
feat: user search
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
CREATE INDEX users_lowercase_username_pattern
|
||||
ON users (LOWER(username) text_pattern_ops);
|
||||
Reference in New Issue
Block a user