This website requires JavaScript.
Explore
Help
Sign in
seang96
/
gmessages
Watch
1
Star
0
Fork
You've already forked gmessages
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
Actions
6a630151d7
gmessages
/
database
/
upgrades
/
08-portal-other-user-idx.sql
3 lines
100 B
MySQL
Raw
Normal View
History
Unescape
Escape
Set room avatar for DM portals
2023-09-04 22:34:47 +00:00
-- v8: Add index for DM portals
Fix create index
2023-09-04 22:58:57 +00:00
CREATE
INDEX
portal_other_user_idx
ON
portal
(
receiver
,
other_user
)
;
Reference in a new issue
Copy permalink