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);