0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-03-05 07:00:11 +01:00

Add index to presence table

This commit is contained in:
Erik Johnston 2015-04-07 12:09:36 +01:00
parent 0af5f5efaf
commit 8574bf62dc

View file

@ -0,0 +1,2 @@
CREATE INDEX IF NOT EXISTS presence_list_user_id ON presence_list (user_id);