feat: index User.email #33

Merged
realaravinth merged 1 commit from email-index into master 2024-07-15 16:02:18 +05:30
Showing only changes of commit eeda0d20d7 - Show all commits

View file

@ -30,3 +30,6 @@ CREATE TABLE IF NOT EXISTS user_query
PRIMARY KEY (user_id)
);
CREATE UNIQUE INDEX IF NOT EXISTS user_email_index ON user_query (email);