chore: add indexes

This commit is contained in:
Steven
2023-07-12 00:08:17 +08:00
parent b36572c5be
commit d8c980f56f
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,2 @@
CREATE INDEX idx_user_email ON user(email);
CREATE INDEX idx_shortcut_name ON shortcut(name);