2 lines
100 B
SQL
2 lines
100 B
SQL
-- v8: Add index for DM portals
|
|
CREATE INDEX portal_other_user_idx ON portal(receiver, other_user);
|