This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
MatrixSynapse
mirror of
https://github.com/matrix-org/synapse
Watch
1
Star
0
Fork
You've already forked MatrixSynapse
0
Code
Issues
Releases
Wiki
Activity
11a8ae0632
MatrixSynapse
/
synapse
/
storage
/
schema
/
main
/
delta
/
15
/
presence_indices.sql
3 lines
78 B
SQL
Raw
Blame
History
CREATE
INDEX
IF
NOT
EXISTS
presence_list_user_id
ON
presence_list
(
user_id
)
;
Reference in New Issue
View Git Blame
Copy Permalink