Merge branch 'BumBranch' into dev
This commit is contained in:
commit
bed9381509
3 changed files with 46 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue