summaryrefslogtreecommitdiff
path: root/synapse/storage/schema/delta/16/remote_media_cache_index.sql
blob: 7a15265cb132df80d76d4230e7f8c5c9a106c474 (plain)
1
2
CREATE INDEX IF NOT EXISTS remote_media_cache_thumbnails_media_id
    ON remote_media_cache_thumbnails (media_id);