Merge branch 'BumBranch' into dev

This commit is contained in:
al8763be 2024-03-18 22:48:23 +01:00
commit bed9381509
3 changed files with 46 additions and 10 deletions

View file

@ -9,4 +9,4 @@ CREATE TABLE IF NOT EXISTS users (
);
-- Users are commonly searched by username and userId
CREATE INDEX IF NOT EXISTS users_username_index ON users (username);
CREATE INDEX IF NOT EXISTS users_username_index ON users (username);