feat: index User.email
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Aravinth Manivannan 2024-07-15 15:54:36 +05:30
parent caf580c6df
commit eeda0d20d7
Signed by: realaravinth
GPG key ID: F8F50389936984FF

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);