mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-16 04:13:12 +00:00
3 lines
122 B
SQL
3 lines
122 B
SQL
CREATE INDEX IF NOT EXISTS idx_user_email ON user(email);
|
|
CREATE INDEX IF NOT EXISTS idx_shortcut_name ON shortcut(name);
|