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

3 lines
78 B
MySQL
Raw Normal View History

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