synapse-product/synapse/storage/data_stores/main/schema/delta/15/presence_indices.sql

3 lines
78 B
MySQL
Raw Normal View History

2015-04-07 07:09:36 -04:00
CREATE INDEX IF NOT EXISTS presence_list_user_id ON presence_list (user_id);