gmessages/database/upgrades/08-portal-other-user-idx.sql

3 lines
100 B
MySQL
Raw Normal View History

2023-09-04 22:34:47 +00:00
-- v8: Add index for DM portals
2023-09-04 22:58:57 +00:00
CREATE INDEX portal_other_user_idx ON portal(receiver, other_user);